#CDB25A

Color #CDB25A Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CDB25A

Tints of Tacha #CDB25A

Color information

#CDB25A (or 0xCDB25A) is unknown color: approx Tacha. HEX triplet: CD, B2 and 5A. RGB value is (205,178,90). Sum of RGB (Red+Green+Blue) = 205+178+90=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB25A is #324DA5. Grayscale: #B0B0B0. Windows color (decimal): -3296678 or 5944013. OLE color: 5944013.

HSL color Cylindrical-coordinate representation of color #CDB25A: hue angle of 45.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDB25A is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20517890-
CMYK00.130.560.20
HSL45.91º53.49%57.84%-
HSV(B)45.91º56.1%80.39%-
XYZ42.9445.5616.2-
YUV176.0479.45148.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 178 (69.92% from 255) = 37.63%
BLUE value IS 90 (35.55% from 255) = 19.03%
R=43.34%
G=37.63%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051789000.130.560.2045.9153.4957.84
HexCDB25A0D38142e353a
Octal3152621320157024566572
Binary110011011011001010110100110111100010100101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB25A; }

 p { color: rgb(205,178,90); }

 H1.HeaderClassName
 {
   color: #CDB25A;
 }
 .AnyTagClassName
 {
   color: #CDB25A;
 }
</style>
background-color css

<style>
 a { background-color: #CDB25A; }

 a { background-color: rgb(205,178,90); }

 div.DivClassName
 {
   background-color: #CDB25A;
 }
 .BgClassName
 {
   background-color: #CDB25A;
 }
</style>
border-color css

<style>
 span { border-color: #CDB25A; }

 span { border-color: rgb(205,178,90); }

 td.TdClassName
 {
   border-color: #CDB25A;
 }
 .TagClassName
 {
   border-color: #CDB25A;
 }
</style>