Html Css Color HEX #D8DEB4 Orinoco

📋 copy color: '#D8DEB4'

red 216 ◦ green 222 ◦ blue 180

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

Shades of Orinoco #D8DEB4

Tints of Orinoco #D8DEB4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

 BLUE value IS 180 (70.7% from 255) = 29.13%

R = 34.95%
G = 35.92%
B = 29.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#D8DEB4 (or 0xD8DEB4) is known color: Orinoco. HEX triplet: D8, DE and B4. RGB value is (216,222,180). Sum of RGB (Red+Green+Blue) = 216+222+180=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEB4 is #27214B. Grayscale: #D7D7D7. Windows color (decimal): -2564428 or 11853528. OLE color: 11853528.

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

Color convert

RGB 216 222 180 -
CMYK 0.03 0 0.19 0.13
HSL 68.57º 0.39% 0.79% -
HSV(B) 68.57º 0.19% 0.87% -
XYZ 62.68 70.14 53.41 -
YUV 215.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 216 222 180 0.03 0 0.19 0.13 68.57 0.39 0.79
Hex D8 DE B4 3 0 13 D 45 27 4F
Octal 330 336 264 3 0 23 15 105 47 117
Binary 11011000 11011110 10110100 11 0 10011 1101 1000101 100111 1001111

Color Harmonies of #D8DEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DEB4

Black with #D8DEB4

Text Example


Text Example

White with #D8DEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DEB4; }

 p { color: rgb(216,222,180); }

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

background-color css

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

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

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

border-color css

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

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

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