#CDB263

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

Shades of Tacha #CDB263

Tints of Tacha #CDB263

Color information

#CDB263 (or 0xCDB263) is unknown color: approx Tacha. HEX triplet: CD, B2 and 63. RGB value is (205,178,99). Sum of RGB (Red+Green+Blue) = 205+178+99=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB263 is #324D9C. Grayscale: #B1B1B1. Windows color (decimal): -3296669 or 6533837. OLE color: 6533837.

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

Color convert

RGB20517899-
CMYK00.130.520.20
HSL44.72º51.46%59.61%-
HSV(B)44.72º51.71%80.39%-
XYZ43.3545.7218.34-
YUV177.0783.95147.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=42.53%
G=36.93%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051789900.130.520.2044.7251.4659.61
HexCDB2630D34142d333c
Octal3152621430156424556374
Binary110011011011001011000110110111010010100101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB263; }

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

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

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

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

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

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

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

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