Html Css Color HEX #D9D8B2 Orinoco

📋 copy color: '#D9D8B2'

red 217 ◦ green 216 ◦ blue 178

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

Shades of Orinoco #D9D8B2

Tints of Orinoco #D9D8B2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.35%

 BLUE value IS 178 (69.92% from 255) = 29.13%

R = 35.52%
G = 35.35%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9D8B2 (or 0xD9D8B2) is known color: Orinoco. HEX triplet: D9, D8 and B2. RGB value is (217,216,178). Sum of RGB (Red+Green+Blue) = 217+216+178=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D8B2 is #26274D. Grayscale: #D4D4D4. Windows color (decimal): -2500430 or 11720921. OLE color: 11720921.

HSL color Cylindrical-coordinate representation of color #D9D8B2: hue angle of 58.46º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D8B2 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 216 178 -
CMYK 0 0.00 0.18 0.15
HSL 58.46º 0.34% 0.77% -
HSV(B) 58.46º 0.18% 0.85% -
XYZ 61.21 67.08 51.84 -
YUV 211.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 217 216 178 0 0.00 0.18 0.15 58.46 0.34 0.77
Hex D9 D8 B2 0 0 12 F 3A 22 4D
Octal 331 330 262 0 0 22 17 72 42 115
Binary 11011001 11011000 10110010 0 0 10010 1111 111010 100010 1001101

Color Harmonies of #D9D8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8B2

Black with #D9D8B2

Text Example


Text Example

White with #D9D8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8B2; }

 p { color: rgb(217,216,178); }

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

background-color css

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

 a { background-color: rgb(217,216,178); }

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

border-color css

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

 span { border-color: rgb(217,216,178); }

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