Html Css Color HEX #CED99D Orinoco

📋 copy color: '#CED99D'

red 206 ◦ green 217 ◦ blue 157

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

Shades of Orinoco #CED99D

Tints of Orinoco #CED99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 157 (61.72% from 255) = 27.07%

R = 35.52%
G = 37.41%
B = 27.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CED99D (or 0xCED99D) is known color: Orinoco. HEX triplet: CE, D9 and 9D. RGB value is (206,217,157). Sum of RGB (Red+Green+Blue) = 206+217+157=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99D is #312662. Grayscale: #CFCFCF. Windows color (decimal): -3221091 or 10344910. OLE color: 10344910.

HSL color Cylindrical-coordinate representation of color #CED99D: hue angle of 71º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED99D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 157 -
CMYK 0.05 0 0.28 0.15
HSL 71º 0.44% 0.73% -
HSV(B) 71º 0.28% 0.85% -
XYZ 56.35 65.18 41.51 -
YUV 206.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 206 217 157 0.05 0 0.28 0.15 71 0.44 0.73
Hex CE D9 9D 5 0 1C F 47 2C 49
Octal 316 331 235 5 0 34 17 107 54 111
Binary 11001110 11011001 10011101 101 0 11100 1111 1000111 101100 1001001

Color Harmonies of #CED99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED99D

Black with #CED99D

Text Example


Text Example

White with #CED99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED99D; }

 p { color: rgb(206,217,157); }

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

background-color css

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

 a { background-color: rgb(206,217,157); }

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

border-color css

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

 span { border-color: rgb(206,217,157); }

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