#CDB266

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

Shades of Tacha #CDB266

Tints of Tacha #CDB266

Color information

#CDB266 (or 0xCDB266) is unknown color: approx Tacha. HEX triplet: CD, B2 and 66. RGB value is (205,178,102). Sum of RGB (Red+Green+Blue) = 205+178+102=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB266 is #324D99. Grayscale: #B1B1B1. Windows color (decimal): -3296666 or 6730445. OLE color: 6730445.

HSL color Cylindrical-coordinate representation of color #CDB266: hue angle of 44.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDB266 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205178102-
CMYK00.130.500.20
HSL44.27º50.74%60.2%-
HSV(B)44.27º50.24%80.39%-
XYZ43.545.7819.11-
YUV177.4185.45147.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=42.27%
G=36.70%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517810200.130.500.2044.2750.7460.2
HexCDB2660D32142c333c
Octal3152621460156224546374
Binary110011011011001011001100110111001010100101100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB266; }

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

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

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

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

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

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

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

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