Html Css Color HEX #D9DBAC Orinoco

📋 copy color: '#D9DBAC'

red 217 ◦ green 219 ◦ blue 172

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

Shades of Orinoco #D9DBAC

Tints of Orinoco #D9DBAC

RGB

 RED value IS 217 (85.16% from 255) = 35.69%

 GREEN value IS 219 (85.94% from 255) = 36.02%

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

R = 35.69%
G = 36.02%
B = 28.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D9DBAC (or 0xD9DBAC) is known color: Orinoco. HEX triplet: D9, DB and AC. RGB value is (217,219,172). Sum of RGB (Red+Green+Blue) = 217+219+172=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAC is #262453. Grayscale: #D5D5D5. Windows color (decimal): -2499668 or 11328473. OLE color: 11328473.

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

Color convert

RGB 217 219 172 -
CMYK 0.01 0 0.21 0.14
HSL 62.55º 0.39% 0.77% -
HSV(B) 62.55º 0.21% 0.86% -
XYZ 61.39 68.39 49 -
YUV 213.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 217 219 172 0.01 0 0.21 0.14 62.55 0.39 0.77
Hex D9 DB AC 1 0 15 E 3F 27 4D
Octal 331 333 254 1 0 25 16 77 47 115
Binary 11011001 11011011 10101100 1 0 10101 1110 111111 100111 1001101

Color Harmonies of #D9DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBAC

Black with #D9DBAC

Text Example


Text Example

White with #D9DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBAC; }

 p { color: rgb(217,219,172); }

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

background-color css

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

 a { background-color: rgb(217,219,172); }

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

border-color css

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

 span { border-color: rgb(217,219,172); }

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