#CFD59E

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

Shades of Orinoco #CFD59E

Tints of Orinoco #CFD59E

Color information

#CFD59E (or 0xCFD59E) is unknown color: approx Orinoco. HEX triplet: CF, D5 and 9E. RGB value is (207,213,158). Sum of RGB (Red+Green+Blue) = 207+213+158=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59E is #302A61. Grayscale: #CDCDCD. Windows color (decimal): -3156578 or 10409423. OLE color: 10409423.

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

Color convert

RGB207213158-
CMYK0.0300.260.16
HSL66.55º39.57%72.75%-
HSV(B)66.55º25.82%83.53%-
XYZ55.763.3241.63-
YUV204.94101.51129.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 158 (62.11% from 255) = 27.34%
R=35.81%
G=36.85%
B=27.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131580.0300.260.1666.5539.5772.75
HexCFD59E301A10432849
Octal31732523630322010350111
Binary110011111101010110011110110110101000010000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD59E; }

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

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

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

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

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

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

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

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