Html Css Color HEX #D9DBAB Orinoco

📋 copy color: '#D9DBAB'

red 217 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D9DBAB

Tints of Orinoco #D9DBAB

RGB

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

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

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

R = 35.75%
G = 36.08%
B = 28.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D9DBAB (or 0xD9DBAB) is known color: Orinoco. HEX triplet: D9, DB and AB. RGB value is (217,219,171). Sum of RGB (Red+Green+Blue) = 217+219+171=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAB is #262454. Grayscale: #D5D5D5. Windows color (decimal): -2499669 or 11262937. OLE color: 11262937.

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

Color convert

RGB 217 219 171 -
CMYK 0.01 0 0.22 0.14
HSL 62.5º 0.4% 0.76% -
HSV(B) 62.5º 0.22% 0.86% -
XYZ 61.3 68.36 48.49 -
YUV 212.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 217 219 171 0.01 0 0.22 0.14 62.5 0.4 0.76
Hex D9 DB AB 1 0 16 E 3F 28 4C
Octal 331 333 253 1 0 26 16 77 50 114
Binary 11011001 11011011 10101011 1 0 10110 1110 111111 101000 1001100

Color Harmonies of #D9DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBAB

Black with #D9DBAB

Text Example


Text Example

White with #D9DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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