#CED29F

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

Shades of Orinoco #CED29F

Tints of Orinoco #CED29F

Color information

#CED29F (or 0xCED29F) is unknown color: approx Orinoco. HEX triplet: CE, D2 and 9F. RGB value is (206,210,159). Sum of RGB (Red+Green+Blue) = 206+210+159=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #CED29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED29F is #312D60. Grayscale: #CBCBCB. Windows color (decimal): -3222881 or 10474190. OLE color: 10474190.

HSL color Cylindrical-coordinate representation of color #CED29F: hue angle of 64.71º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CED29F is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB206210159-
CMYK0.0200.240.18
HSL64.71º36.17%72.35%-
HSV(B)64.71º24.29%82.35%-
XYZ54.7661.7241.83-
YUV202.99103.17130.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=35.83%
G=36.52%
B=27.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101590.0200.240.1864.7136.1772.35
HexCED29F201812412448
Octal31632223720302210144110
Binary110011101101001010011111100110001001010000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED29F; }

 p { color: rgb(206,210,159); }

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

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

 a { background-color: rgb(206,210,159); }

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

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

 span { border-color: rgb(206,210,159); }

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