Html Css Color HEX #D4D8BB Orinoco

📋 copy color: '#D4D8BB'

red 212 ◦ green 216 ◦ blue 187

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

Shades of Orinoco #D4D8BB

Tints of Orinoco #D4D8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 34.47%
G = 35.12%
B = 30.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D4D8BB (or 0xD4D8BB) is known color: Orinoco. HEX triplet: D4, D8 and BB. RGB value is (212,216,187). Sum of RGB (Red+Green+Blue) = 212+216+187=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8BB is #2B2744. Grayscale: #D3D3D3. Windows color (decimal): -2828101 or 12310740. OLE color: 12310740.

HSL color Cylindrical-coordinate representation of color #D4D8BB: hue angle of 68.28º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4D8BB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 187 -
CMYK 0.02 0 0.13 0.15
HSL 68.28º 0.27% 0.79% -
HSV(B) 68.28º 0.13% 0.85% -
XYZ 60.68 66.7 56.69 -
YUV 211.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 212 216 187 0.02 0 0.13 0.15 68.28 0.27 0.79
Hex D4 D8 BB 2 0 D F 44 1B 4F
Octal 324 330 273 2 0 15 17 104 33 117
Binary 11010100 11011000 10111011 10 0 1101 1111 1000100 11011 1001111

Color Harmonies of #D4D8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8BB

Black with #D4D8BB

Text Example


Text Example

White with #D4D8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8BB; }

 p { color: rgb(212,216,187); }

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

background-color css

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

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

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

border-color css

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

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

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