Html Css Color HEX #D7DEAA Orinoco

📋 copy color: '#D7DEAA'

red 215 ◦ green 222 ◦ blue 170

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

Shades of Orinoco #D7DEAA

Tints of Orinoco #D7DEAA

RGB

 RED value IS 215 (84.38% from 255) = 35.42%

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

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

R = 35.42%
G = 36.57%
B = 28.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D7DEAA (or 0xD7DEAA) is known color: Orinoco. HEX triplet: D7, DE and AA. RGB value is (215,222,170). Sum of RGB (Red+Green+Blue) = 215+222+170=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DEAA is #282155. Grayscale: #D6D6D6. Windows color (decimal): -2629974 or 11198167. OLE color: 11198167.

HSL color Cylindrical-coordinate representation of color #D7DEAA: hue angle of 68.08º 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 #D7DEAA is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 170 -
CMYK 0.03 0 0.23 0.13
HSL 68.08º 0.44% 0.77% -
HSV(B) 68.08º 0.23% 0.87% -
XYZ 61.4 69.59 48.23 -
YUV 213.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 215 222 170 0.03 0 0.23 0.13 68.08 0.44 0.77
Hex D7 DE AA 3 0 17 D 44 2C 4D
Octal 327 336 252 3 0 27 15 104 54 115
Binary 11010111 11011110 10101010 11 0 10111 1101 1000100 101100 1001101

Color Harmonies of #D7DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DEAA

Black with #D7DEAA

Text Example


Text Example

White with #D7DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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