#CFD1AD

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

Shades of Orinoco #CFD1AD

Tints of Orinoco #CFD1AD

Color information

#CFD1AD (or 0xCFD1AD) is unknown color: approx Orinoco. HEX triplet: CF, D1 and AD. RGB value is (207,209,173). Sum of RGB (Red+Green+Blue) = 207+209+173=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD1AD is #302E52. Grayscale: #CCCCCC. Windows color (decimal): -3157587 or 11391439. OLE color: 11391439.

HSL color Cylindrical-coordinate representation of color #CFD1AD: hue angle of 63.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD1AD is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB207209173-
CMYK0.0100.170.18
HSL63.33º28.13%74.9%-
HSV(B)63.33º17.22%81.96%-
XYZ56.0861.8848.52-
YUV204.3110.34129.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 173 (67.97% from 255) = 29.37%
R=35.14%
G=35.48%
B=29.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2072091730.0100.170.1863.3328.1374.9
HexCFD1AD1011123f1c4b
Octal3173212551021227734113
Binary110011111101000110101101101000110010111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD1AD; }

 p { color: rgb(207,209,173); }

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

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

 a { background-color: rgb(207,209,173); }

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

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

 span { border-color: rgb(207,209,173); }

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