#CFD3AD

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

Shades of Orinoco #CFD3AD

Tints of Orinoco #CFD3AD

Color information

#CFD3AD (or 0xCFD3AD) is unknown color: approx Orinoco. HEX triplet: CF, D3 and AD. RGB value is (207,211,173). Sum of RGB (Red+Green+Blue) = 207+211+173=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD3AD is #302C52. Grayscale: #CDCDCD. Windows color (decimal): -3157075 or 11391951. OLE color: 11391951.

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

Color convert

RGB207211173-
CMYK0.0200.180.17
HSL66.32º30.16%75.29%-
HSV(B)66.32º18.01%82.75%-
XYZ56.5762.8748.69-
YUV205.47109.67129.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.03%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=35.03%
G=35.70%
B=29.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111730.0200.180.1766.3230.1675.29
HexCFD3AD201211421e4b
Octal31732325520222110236113
Binary11001111110100111010110110010010100011000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3AD; }

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

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

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

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

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

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

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

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