Html Css Color HEX #D4DEAA Orinoco

📋 copy color: '#D4DEAA'

red 212 ◦ green 222 ◦ blue 170

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

Shades of Orinoco #D4DEAA

Tints of Orinoco #D4DEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 35.1%
G = 36.75%
B = 28.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D4DEAA (or 0xD4DEAA) is known color: Orinoco. HEX triplet: D4, DE and AA. RGB value is (212,222,170). Sum of RGB (Red+Green+Blue) = 212+222+170=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DEAA is #2B2155. Grayscale: #D5D5D5. Windows color (decimal): -2826582 or 11198164. OLE color: 11198164.

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

Color convert

RGB 212 222 170 -
CMYK 0.05 0 0.23 0.13
HSL 71.54º 0.44% 0.77% -
HSV(B) 71.54º 0.23% 0.87% -
XYZ 60.53 69.14 48.19 -
YUV 213.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 212 222 170 0.05 0 0.23 0.13 71.54 0.44 0.77
Hex D4 DE AA 5 0 17 D 48 2C 4D
Octal 324 336 252 5 0 27 15 110 54 115
Binary 11010100 11011110 10101010 101 0 10111 1101 1001000 101100 1001101

Color Harmonies of #D4DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DEAA

Black with #D4DEAA

Text Example


Text Example

White with #D4DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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