Html Css Color HEX #D8DDAF Orinoco

📋 copy color: '#D8DDAF'

red 216 ◦ green 221 ◦ blue 175

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

Shades of Orinoco #D8DDAF

Tints of Orinoco #D8DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.59%

R = 35.29%
G = 36.11%
B = 28.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#D8DDAF (or 0xD8DDAF) is known color: Orinoco. HEX triplet: D8, DD and AF. RGB value is (216,221,175). Sum of RGB (Red+Green+Blue) = 216+221+175=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAF is #272250. Grayscale: #D6D6D6. Windows color (decimal): -2564689 or 11525592. OLE color: 11525592.

HSL color Cylindrical-coordinate representation of color #D8DDAF: hue angle of 66.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8DDAF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 221 175 -
CMYK 0.02 0 0.21 0.13
HSL 66.52º 0.4% 0.78% -
HSV(B) 66.52º 0.21% 0.87% -
XYZ 61.91 69.41 50.69 -
YUV 214.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 216 221 175 0.02 0 0.21 0.13 66.52 0.4 0.78
Hex D8 DD AF 2 0 15 D 43 28 4E
Octal 330 335 257 2 0 25 15 103 50 116
Binary 11011000 11011101 10101111 10 0 10101 1101 1000011 101000 1001110

Color Harmonies of #D8DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDAF

Black with #D8DDAF

Text Example


Text Example

White with #D8DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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