Html Css Color HEX #D4D5B8 Orinoco

📋 copy color: '#D4D5B8'

red 212 ◦ green 213 ◦ blue 184

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

Shades of Orinoco #D4D5B8

Tints of Orinoco #D4D5B8

RGB

 RED value IS 212 (83.2% from 255) = 34.81%

 GREEN value IS 213 (83.59% from 255) = 34.98%

 BLUE value IS 184 (72.27% from 255) = 30.21%

R = 34.81%
G = 34.98%
B = 30.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D4D5B8 (or 0xD4D5B8) is known color: Orinoco. HEX triplet: D4, D5 and B8. RGB value is (212,213,184). Sum of RGB (Red+Green+Blue) = 212+213+184=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5B8 is #2B2A47. Grayscale: #D1D1D1. Windows color (decimal): -2828872 or 12113364. OLE color: 12113364.

HSL color Cylindrical-coordinate representation of color #D4D5B8: hue angle of 62.07º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D5B8 is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 213 184 -
CMYK 0.00 0 0.14 0.16
HSL 62.07º 0.26% 0.78% -
HSV(B) 62.07º 0.14% 0.84% -
XYZ 59.6 65.05 54.76 -
YUV 209.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 212 213 184 0.00 0 0.14 0.16 62.07 0.26 0.78
Hex D4 D5 B8 0 0 E 10 3E 1A 4E
Octal 324 325 270 0 0 16 20 76 32 116
Binary 11010100 11010101 10111000 0 0 1110 10000 111110 11010 1001110

Color Harmonies of #D4D5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D5B8

Black with #D4D5B8

Text Example


Text Example

White with #D4D5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D5B8; }

 p { color: rgb(212,213,184); }

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

background-color css

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

 a { background-color: rgb(212,213,184); }

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

border-color css

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

 span { border-color: rgb(212,213,184); }

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