Html Css Color HEX #D9DBAF Orinoco

📋 copy color: '#D9DBAF'

red 217 ◦ green 219 ◦ blue 175

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

Shades of Orinoco #D9DBAF

Tints of Orinoco #D9DBAF

RGB

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

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

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

R = 35.52%
G = 35.84%
B = 28.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#D9DBAF (or 0xD9DBAF) is known color: Orinoco. HEX triplet: D9, DB and AF. RGB value is (217,219,175). Sum of RGB (Red+Green+Blue) = 217+219+175=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 175 (68.75% from 255 or 28.64% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAF is #262450. Grayscale: #D5D5D5. Windows color (decimal): -2499665 or 11525081. OLE color: 11525081.

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

Color convert

RGB 217 219 175 -
CMYK 0.01 0 0.20 0.14
HSL 62.73º 0.38% 0.77% -
HSV(B) 62.73º 0.2% 0.86% -
XYZ 61.68 68.51 50.53 -
YUV 213.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 217 219 175 0.01 0 0.20 0.14 62.73 0.38 0.77
Hex D9 DB AF 1 0 14 E 3F 26 4D
Octal 331 333 257 1 0 24 16 77 46 115
Binary 11011001 11011011 10101111 1 0 10100 1110 111111 100110 1001101

Color Harmonies of #D9DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBAF

Black with #D9DBAF

Text Example


Text Example

White with #D9DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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