Html Css Color HEX #CED89B Orinoco

📋 copy color: '#CED89B'

red 206 ◦ green 216 ◦ blue 155

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

Shades of Orinoco #CED89B

Tints of Orinoco #CED89B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

 BLUE value IS 155 (60.94% from 255) = 26.86%

R = 35.7%
G = 37.44%
B = 26.86%

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

#CED89B (or 0xCED89B) is known color: Orinoco. HEX triplet: CE, D8 and 9B. RGB value is (206,216,155). Sum of RGB (Red+Green+Blue) = 206+216+155=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #CED89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED89B is #312764. Grayscale: #CECECE. Windows color (decimal): -3221349 or 10213582. OLE color: 10213582.

HSL color Cylindrical-coordinate representation of color #CED89B: hue angle of 69.84º 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 #CED89B is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 155 -
CMYK 0.05 0 0.28 0.15
HSL 69.84º 0.44% 0.73% -
HSV(B) 69.84º 0.28% 0.85% -
XYZ 55.93 64.6 40.53 -
YUV 206.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 206 216 155 0.05 0 0.28 0.15 69.84 0.44 0.73
Hex CE D8 9B 5 0 1C F 46 2C 49
Octal 316 330 233 5 0 34 17 106 54 111
Binary 11001110 11011000 10011011 101 0 11100 1111 1000110 101100 1001001

Color Harmonies of #CED89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED89B

Black with #CED89B

Text Example


Text Example

White with #CED89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED89B; }

 p { color: rgb(206,216,155); }

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

background-color css

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

 a { background-color: rgb(206,216,155); }

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

border-color css

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

 span { border-color: rgb(206,216,155); }

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