Html Css Color HEX #D6DEAD Orinoco

📋 copy color: '#D6DEAD'

red 214 ◦ green 222 ◦ blue 173

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

Shades of Orinoco #D6DEAD

Tints of Orinoco #D6DEAD

RGB

 RED value IS 214 (83.98% from 255) = 35.14%

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

 BLUE value IS 173 (67.97% from 255) = 28.41%

R = 35.14%
G = 36.45%
B = 28.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D6DEAD (or 0xD6DEAD) is known color: Orinoco. HEX triplet: D6, DE and AD. RGB value is (214,222,173). Sum of RGB (Red+Green+Blue) = 214+222+173=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DEAD is #292152. Grayscale: #D6D6D6. Windows color (decimal): -2695507 or 11394774. OLE color: 11394774.

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

Color convert

RGB 214 222 173 -
CMYK 0.04 0 0.22 0.13
HSL 69.8º 0.43% 0.77% -
HSV(B) 69.8º 0.22% 0.87% -
XYZ 61.4 69.56 49.72 -
YUV 214.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 214 222 173 0.04 0 0.22 0.13 69.8 0.43 0.77
Hex D6 DE AD 4 0 16 D 46 2B 4D
Octal 326 336 255 4 0 26 15 106 53 115
Binary 11010110 11011110 10101101 100 0 10110 1101 1000110 101011 1001101

Color Harmonies of #D6DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DEAD

Black with #D6DEAD

Text Example


Text Example

White with #D6DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DEAD; }

 p { color: rgb(214,222,173); }

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

background-color css

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

 a { background-color: rgb(214,222,173); }

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

border-color css

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

 span { border-color: rgb(214,222,173); }

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