Html Css Color HEX #D9DDB3 Orinoco

📋 copy color: '#D9DDB3'

red 217 ◦ green 221 ◦ blue 179

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

Shades of Orinoco #D9DDB3

Tints of Orinoco #D9DDB3

RGB

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

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

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

R = 35.17%
G = 35.82%
B = 29.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#D9DDB3 (or 0xD9DDB3) is known color: Orinoco. HEX triplet: D9, DD and B3. RGB value is (217,221,179). Sum of RGB (Red+Green+Blue) = 217+221+179=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDB3 is #26224C. Grayscale: #D7D7D7. Windows color (decimal): -2499149 or 11787737. OLE color: 11787737.

HSL color Cylindrical-coordinate representation of color #D9DDB3: hue angle of 65.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9DDB3 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 221 179 -
CMYK 0.02 0 0.19 0.13
HSL 65.71º 0.38% 0.78% -
HSV(B) 65.71º 0.19% 0.87% -
XYZ 62.61 69.72 52.81 -
YUV 215.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 217 221 179 0.02 0 0.19 0.13 65.71 0.38 0.78
Hex D9 DD B3 2 0 13 D 42 26 4E
Octal 331 335 263 2 0 23 15 102 46 116
Binary 11011001 11011101 10110011 10 0 10011 1101 1000010 100110 1001110

Color Harmonies of #D9DDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DDB3

Black with #D9DDB3

Text Example


Text Example

White with #D9DDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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