Html Css Color HEX #CDD89E Orinoco

📋 copy color: '#CDD89E'

red 205 ◦ green 216 ◦ blue 158

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

Shades of Orinoco #CDD89E

Tints of Orinoco #CDD89E

RGB

 RED value IS 205 (80.47% from 255) = 35.41%

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

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 35.41%
G = 37.31%
B = 27.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#CDD89E (or 0xCDD89E) is known color: Orinoco. HEX triplet: CD, D8 and 9E. RGB value is (205,216,158). Sum of RGB (Red+Green+Blue) = 205+216+158=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD89E is #322761. Grayscale: #CECECE. Windows color (decimal): -3286882 or 10410189. OLE color: 10410189.

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

Color convert

RGB 205 216 158 -
CMYK 0.05 0 0.27 0.15
HSL 71.38º 0.43% 0.73% -
HSV(B) 71.38º 0.27% 0.85% -
XYZ 55.9 64.56 41.86 -
YUV 206.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 205 216 158 0.05 0 0.27 0.15 71.38 0.43 0.73
Hex CD D8 9E 5 0 1B F 47 2B 49
Octal 315 330 236 5 0 33 17 107 53 111
Binary 11001101 11011000 10011110 101 0 11011 1111 1000111 101011 1001001

Color Harmonies of #CDD89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD89E

Black with #CDD89E

Text Example


Text Example

White with #CDD89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD89E; }

 p { color: rgb(205,216,158); }

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

background-color css

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

 a { background-color: rgb(205,216,158); }

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

border-color css

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

 span { border-color: rgb(205,216,158); }

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