#CDB07F

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

Shades of Calico #CDB07F

Tints of Calico #CDB07F

Color information

#CDB07F (or 0xCDB07F) is unknown color: approx Calico. HEX triplet: CD, B0 and 7F. RGB value is (205,176,127). Sum of RGB (Red+Green+Blue) = 205+176+127=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07F is #324F80. Grayscale: #B3B3B3. Windows color (decimal): -3297153 or 8368333. OLE color: 8368333.

HSL color Cylindrical-coordinate representation of color #CDB07F: hue angle of 37.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDB07F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205176127-
CMYK00.140.380.20
HSL37.69º43.82%65.1%-
HSV(B)37.69º38.05%80.39%-
XYZ44.5345.5626.53-
YUV179.0898.61146.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 176 (69.14% from 255) = 34.65%
BLUE value IS 127 (50% from 255) = 25%
R=40.35%
G=34.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517612700.140.380.2037.6943.8265.1
HexCDB07F0E2614262c41
Octal31526017701646244654101
Binary1100110110110000111111101110100110101001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB07F; }

 p { color: rgb(205,176,127); }

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

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

 a { background-color: rgb(205,176,127); }

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

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

 span { border-color: rgb(205,176,127); }

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