Html Css Color HEX #D8D8B3 Orinoco

📋 copy color: '#D8D8B3'

red 216 ◦ green 216 ◦ blue 179

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

Shades of Orinoco #D8D8B3

Tints of Orinoco #D8D8B3

RGB

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

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

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

R = 35.35%
G = 35.35%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D8D8B3 (or 0xD8D8B3) is known color: Orinoco. HEX triplet: D8, D8 and B3. RGB value is (216,216,179). Sum of RGB (Red+Green+Blue) = 216+216+179=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8B3 is #27274C. Grayscale: #D3D3D3. Windows color (decimal): -2565965 or 11786456. OLE color: 11786456.

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

Color convert

RGB 216 216 179 -
CMYK 0 0 0.17 0.15
HSL 60º 0.32% 0.77% -
HSV(B) 60º 0.17% 0.85% -
XYZ 61.01 66.97 52.36 -
YUV 211.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 216 216 179 0 0 0.17 0.15 60 0.32 0.77
Hex D8 D8 B3 0 0 11 F 3C 20 4D
Octal 330 330 263 0 0 21 17 74 40 115
Binary 11011000 11011000 10110011 0 0 10001 1111 111100 100000 1001101

Color Harmonies of #D8D8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D8B3

Black with #D8D8B3

Text Example


Text Example

White with #D8D8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D8B3; }

 p { color: rgb(216,216,179); }

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

background-color css

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

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

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

border-color css

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

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

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