Html Css Color HEX #CED29F Orinoco

📋 copy color: '#CED29F'

red 206 ◦ green 210 ◦ blue 159

#CED29F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CED29F

Tints of Orinoco #CED29F

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 value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#CED29F (or 0xCED29F) is known color: 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

RGB 206 210 159 -
CMYK 0.02 0 0.24 0.18
HSL 64.71º 0.36% 0.72% -
HSV(B) 64.71º 0.24% 0.82% -
XYZ 54.76 61.72 41.83 -
YUV 202.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 206 210 159 0.02 0 0.24 0.18 64.71 0.36 0.72
Hex CE D2 9F 2 0 18 12 41 24 48
Octal 316 322 237 2 0 30 22 101 44 110
Binary 11001110 11010010 10011111 10 0 11000 10010 1000001 100100 1001000

Color Harmonies of #CED29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED29F

Black with #CED29F

Text Example


Text Example

White with #CED29F

Text Example


Text Example

HTML Codes & Css Web 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>