Html Css Color HEX #D8DDAD Orinoco

📋 copy color: '#D8DDAD'

red 216 ◦ green 221 ◦ blue 173

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

Shades of Orinoco #D8DDAD

Tints of Orinoco #D8DDAD

RGB

 RED value IS 216 (84.77% from 255) = 35.41%

 GREEN value IS 221 (86.72% from 255) = 36.23%

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

R = 35.41%
G = 36.23%
B = 28.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#D8DDAD (or 0xD8DDAD) is known color: Orinoco. HEX triplet: D8, DD and AD. RGB value is (216,221,173). Sum of RGB (Red+Green+Blue) = 216+221+173=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAD is #272252. Grayscale: #D6D6D6. Windows color (decimal): -2564691 or 11394520. OLE color: 11394520.

HSL color Cylindrical-coordinate representation of color #D8DDAD: hue angle of 66.25º degrees, saturation: 0.41, 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 #D8DDAD is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 173 -
CMYK 0.02 0 0.22 0.13
HSL 66.25º 0.41% 0.77% -
HSV(B) 66.25º 0.22% 0.87% -
XYZ 61.72 69.33 49.66 -
YUV 214.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 216 221 173 0.02 0 0.22 0.13 66.25 0.41 0.77
Hex D8 DD AD 2 0 16 D 42 29 4D
Octal 330 335 255 2 0 26 15 102 51 115
Binary 11011000 11011101 10101101 10 0 10110 1101 1000010 101001 1001101

Color Harmonies of #D8DDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDAD

Black with #D8DDAD

Text Example


Text Example

White with #D8DDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDAD; }

 p { color: rgb(216,221,173); }

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

background-color css

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

 a { background-color: rgb(216,221,173); }

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

border-color css

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

 span { border-color: rgb(216,221,173); }

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