Html Css Color HEX #D4D8B8 Orinoco

📋 copy color: '#D4D8B8'

red 212 ◦ green 216 ◦ blue 184

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

Shades of Orinoco #D4D8B8

Tints of Orinoco #D4D8B8

RGB

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

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

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

R = 34.64%
G = 35.29%
B = 30.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D4D8B8 (or 0xD4D8B8) is known color: Orinoco. HEX triplet: D4, D8 and B8. RGB value is (212,216,184). Sum of RGB (Red+Green+Blue) = 212+216+184=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8B8 is #2B2747. Grayscale: #D3D3D3. Windows color (decimal): -2828104 or 12114132. OLE color: 12114132.

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

Color convert

RGB 212 216 184 -
CMYK 0.02 0 0.15 0.15
HSL 67.5º 0.29% 0.78% -
HSV(B) 67.5º 0.15% 0.85% -
XYZ 60.36 66.57 55.02 -
YUV 211.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 212 216 184 0.02 0 0.15 0.15 67.5 0.29 0.78
Hex D4 D8 B8 2 0 F F 44 1D 4E
Octal 324 330 270 2 0 17 17 104 35 116
Binary 11010100 11011000 10111000 10 0 1111 1111 1000100 11101 1001110

Color Harmonies of #D4D8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8B8

Black with #D4D8B8

Text Example


Text Example

White with #D4D8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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