Html Css Color HEX #D8DAAF Orinoco

📋 copy color: '#D8DAAF'

red 216 ◦ green 218 ◦ blue 175

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

Shades of Orinoco #D8DAAF

Tints of Orinoco #D8DAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

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

R = 35.47%
G = 35.8%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8DAAF (or 0xD8DAAF) is known color: Orinoco. HEX triplet: D8, DA and AF. RGB value is (216,218,175). Sum of RGB (Red+Green+Blue) = 216+218+175=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAAF is #272550. Grayscale: #D4D4D4. Windows color (decimal): -2565457 or 11524824. OLE color: 11524824.

HSL color Cylindrical-coordinate representation of color #D8DAAF: hue angle of 62.79º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8DAAF is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 175 -
CMYK 0.01 0 0.20 0.15
HSL 62.79º 0.37% 0.77% -
HSV(B) 62.79º 0.2% 0.85% -
XYZ 61.13 67.84 50.43 -
YUV 212.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 216 218 175 0.01 0 0.20 0.15 62.79 0.37 0.77
Hex D8 DA AF 1 0 14 F 3F 25 4D
Octal 330 332 257 1 0 24 17 77 45 115
Binary 11011000 11011010 10101111 1 0 10100 1111 111111 100101 1001101

Color Harmonies of #D8DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAAF

Black with #D8DAAF

Text Example


Text Example

White with #D8DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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