Html Css Color HEX #D8DBAD Orinoco

📋 copy color: '#D8DBAD'

red 216 ◦ green 219 ◦ blue 173

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

Shades of Orinoco #D8DBAD

Tints of Orinoco #D8DBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.45%

R = 35.53%
G = 36.02%
B = 28.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D8DBAD (or 0xD8DBAD) is known color: Orinoco. HEX triplet: D8, DB and AD. RGB value is (216,219,173). Sum of RGB (Red+Green+Blue) = 216+219+173=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAD is #272452. Grayscale: #D5D5D5. Windows color (decimal): -2565203 or 11394008. OLE color: 11394008.

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

Color convert

RGB 216 219 173 -
CMYK 0.01 0 0.21 0.14
HSL 63.91º 0.39% 0.77% -
HSV(B) 63.91º 0.21% 0.86% -
XYZ 61.19 68.28 49.49 -
YUV 212.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 216 219 173 0.01 0 0.21 0.14 63.91 0.39 0.77
Hex D8 DB AD 1 0 15 E 40 27 4D
Octal 330 333 255 1 0 25 16 100 47 115
Binary 11011000 11011011 10101101 1 0 10101 1110 1000000 100111 1001101

Color Harmonies of #D8DBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DBAD

Black with #D8DBAD

Text Example


Text Example

White with #D8DBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DBAD; }

 p { color: rgb(216,219,173); }

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

background-color css

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

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

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

border-color css

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

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

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