#CDB383

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

Shades of Calico #CDB383

Tints of Calico #CDB383

Color information

#CDB383 (or 0xCDB383) is unknown color: approx Calico. HEX triplet: CD, B3 and 83. RGB value is (205,179,131). Sum of RGB (Red+Green+Blue) = 205+179+131=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB383 is #324C7C. Grayscale: #B5B5B5. Windows color (decimal): -3296381 or 8631245. OLE color: 8631245.

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

Color convert

RGB205179131-
CMYK00.130.360.20
HSL38.92º42.53%65.88%-
HSV(B)38.92º36.1%80.39%-
XYZ45.3946.8628.12-
YUV181.399.61144.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=39.81%
G=34.76%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517913100.130.360.2038.9242.5365.88
HexCDB3830D2414272b42
Octal31526320301544244753102
Binary11001101101100111000001101101100100101001001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB383; }

 p { color: rgb(205,179,131); }

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

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

 a { background-color: rgb(205,179,131); }

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

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

 span { border-color: rgb(205,179,131); }

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