Html Css Color HEX #D4DEA9 Orinoco

📋 copy color: '#D4DEA9'

red 212 ◦ green 222 ◦ blue 169

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

Shades of Orinoco #D4DEA9

Tints of Orinoco #D4DEA9

RGB

 RED value IS 212 (83.2% from 255) = 35.16%

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 169 (66.41% from 255) = 28.03%

R = 35.16%
G = 36.82%
B = 28.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D4DEA9 (or 0xD4DEA9) is known color: Orinoco. HEX triplet: D4, DE and A9. RGB value is (212,222,169). Sum of RGB (Red+Green+Blue) = 212+222+169=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DEA9 is #2B2156. Grayscale: #D5D5D5. Windows color (decimal): -2826583 or 11132628. OLE color: 11132628.

HSL color Cylindrical-coordinate representation of color #D4DEA9: hue angle of 71.32º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4DEA9 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 169 -
CMYK 0.05 0 0.24 0.13
HSL 71.32º 0.45% 0.77% -
HSV(B) 71.32º 0.24% 0.87% -
XYZ 60.43 69.1 47.69 -
YUV 212.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 212 222 169 0.05 0 0.24 0.13 71.32 0.45 0.77
Hex D4 DE A9 5 0 18 D 47 2D 4D
Octal 324 336 251 5 0 30 15 107 55 115
Binary 11010100 11011110 10101001 101 0 11000 1101 1000111 101101 1001101

Color Harmonies of #D4DEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEA9

Black with #D4DEA9

Text Example


Text Example

White with #D4DEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEA9; }

 p { color: rgb(212,222,169); }

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

background-color css

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

 a { background-color: rgb(212,222,169); }

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

border-color css

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

 span { border-color: rgb(212,222,169); }

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