Html Css Color HEX #D8DAAB Orinoco

📋 copy color: '#D8DAAB'

red 216 ◦ green 218 ◦ blue 171

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

Shades of Orinoco #D8DAAB

Tints of Orinoco #D8DAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 35.7%
G = 36.03%
B = 28.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D8DAAB (or 0xD8DAAB) is known color: Orinoco. HEX triplet: D8, DA and AB. RGB value is (216,218,171). Sum of RGB (Red+Green+Blue) = 216+218+171=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAAB is #272554. Grayscale: #D4D4D4. Windows color (decimal): -2565461 or 11262680. OLE color: 11262680.

HSL color Cylindrical-coordinate representation of color #D8DAAB: hue angle of 62.55º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8DAAB is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 171 -
CMYK 0.01 0 0.22 0.15
HSL 62.55º 0.39% 0.76% -
HSV(B) 62.55º 0.22% 0.85% -
XYZ 60.74 67.68 48.39 -
YUV 212.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 216 218 171 0.01 0 0.22 0.15 62.55 0.39 0.76
Hex D8 DA AB 1 0 16 F 3F 27 4C
Octal 330 332 253 1 0 26 17 77 47 114
Binary 11011000 11011010 10101011 1 0 10110 1111 111111 100111 1001100

Color Harmonies of #D8DAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAAB

Black with #D8DAAB

Text Example


Text Example

White with #D8DAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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