Html Css Color HEX #D8DDAC Orinoco

📋 copy color: '#D8DDAC'

red 216 ◦ green 221 ◦ blue 172

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

Shades of Orinoco #D8DDAC

Tints of Orinoco #D8DDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.24%

R = 35.47%
G = 36.29%
B = 28.24%

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

#D8DDAC (or 0xD8DDAC) is known color: Orinoco. HEX triplet: D8, DD and AC. RGB value is (216,221,172). Sum of RGB (Red+Green+Blue) = 216+221+172=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAC is #272253. Grayscale: #D6D6D6. Windows color (decimal): -2564692 or 11328984. OLE color: 11328984.

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

Color convert

RGB 216 221 172 -
CMYK 0.02 0 0.22 0.13
HSL 66.12º 0.42% 0.77% -
HSV(B) 66.12º 0.22% 0.87% -
XYZ 61.62 69.29 49.16 -
YUV 213.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 216 221 172 0.02 0 0.22 0.13 66.12 0.42 0.77
Hex D8 DD AC 2 0 16 D 42 2A 4D
Octal 330 335 254 2 0 26 15 102 52 115
Binary 11011000 11011101 10101100 10 0 10110 1101 1000010 101010 1001101

Color Harmonies of #D8DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DDAC

Black with #D8DDAC

Text Example


Text Example

White with #D8DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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