Html Css Color HEX #CED39F Orinoco

📋 copy color: '#CED39F'

red 206 ◦ green 211 ◦ blue 159

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

Shades of Orinoco #CED39F

Tints of Orinoco #CED39F

RGB

 RED value IS 206 (80.86% from 255) = 35.76%

 GREEN value IS 211 (82.81% from 255) = 36.63%

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 35.76%
G = 36.63%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#CED39F (or 0xCED39F) is known color: Orinoco. HEX triplet: CE, D3 and 9F. RGB value is (206,211,159). Sum of RGB (Red+Green+Blue) = 206+211+159=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #CED39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED39F is #312C60. Grayscale: #CBCBCB. Windows color (decimal): -3222625 or 10474446. OLE color: 10474446.

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

Color convert

RGB 206 211 159 -
CMYK 0.02 0 0.25 0.17
HSL 65.77º 0.37% 0.73% -
HSV(B) 65.77º 0.25% 0.83% -
XYZ 55.01 62.21 41.91 -
YUV 203.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 206 211 159 0.02 0 0.25 0.17 65.77 0.37 0.73
Hex CE D3 9F 2 0 19 11 42 25 49
Octal 316 323 237 2 0 31 21 102 45 111
Binary 11001110 11010011 10011111 10 0 11001 10001 1000010 100101 1001001

Color Harmonies of #CED39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED39F

Black with #CED39F

Text Example


Text Example

White with #CED39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED39F; }

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

 H1.HeaderClassName
 {
   color: #CED39F;
 }
 .AnyTagClassName
 {
   color: #CED39F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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