#CFD59C

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

Shades of Orinoco #CFD59C

Tints of Orinoco #CFD59C

Color information

#CFD59C (or 0xCFD59C) is unknown color: approx Orinoco. HEX triplet: CF, D5 and 9C. RGB value is (207,213,156). Sum of RGB (Red+Green+Blue) = 207+213+156=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59C is #302A63. Grayscale: #CCCCCC. Windows color (decimal): -3156580 or 10278351. OLE color: 10278351.

HSL color Cylindrical-coordinate representation of color #CFD59C: hue angle of 66.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFD59C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB207213156-
CMYK0.0300.270.16
HSL66.32º40.43%72.35%-
HSV(B)66.32º26.76%83.53%-
XYZ55.5363.2540.74-
YUV204.71100.51129.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 156 (61.33% from 255) = 27.08%
R=35.94%
G=36.98%
B=27.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131560.0300.270.1666.3240.4372.35
HexCFD59C301B10422848
Octal31732523430332010250110
Binary110011111101010110011100110110111000010000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD59C; }

 p { color: rgb(207,213,156); }

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

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

 a { background-color: rgb(207,213,156); }

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

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

 span { border-color: rgb(207,213,156); }

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