Html Css Color HEX #D9DBB3 Orinoco

📋 copy color: '#D9DBB3'

red 217 ◦ green 219 ◦ blue 179

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

Shades of Orinoco #D9DBB3

Tints of Orinoco #D9DBB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.11%

R = 35.28%
G = 35.61%
B = 29.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D9DBB3 (or 0xD9DBB3) is known color: Orinoco. HEX triplet: D9, DB and B3. RGB value is (217,219,179). Sum of RGB (Red+Green+Blue) = 217+219+179=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBB3 is #26244C. Grayscale: #D5D5D5. Windows color (decimal): -2499661 or 11787225. OLE color: 11787225.

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

Color convert

RGB 217 219 179 -
CMYK 0.01 0 0.18 0.14
HSL 63º 0.36% 0.78% -
HSV(B) 63º 0.18% 0.86% -
XYZ 62.08 68.67 52.63 -
YUV 213.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 217 219 179 0.01 0 0.18 0.14 63 0.36 0.78
Hex D9 DB B3 1 0 12 E 3F 24 4E
Octal 331 333 263 1 0 22 16 77 44 116
Binary 11011001 11011011 10110011 1 0 10010 1110 111111 100100 1001110

Color Harmonies of #D9DBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DBB3

Black with #D9DBB3

Text Example


Text Example

White with #D9DBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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