Html Css Color HEX #D4D8BA Orinoco

📋 copy color: '#D4D8BA'

red 212 ◦ green 216 ◦ blue 186

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

Shades of Orinoco #D4D8BA

Tints of Orinoco #D4D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.29%

R = 34.53%
G = 35.18%
B = 30.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D4D8BA (or 0xD4D8BA) is known color: Orinoco. HEX triplet: D4, D8 and BA. RGB value is (212,216,186). Sum of RGB (Red+Green+Blue) = 212+216+186=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8BA is #2B2745. Grayscale: #D3D3D3. Windows color (decimal): -2828102 or 12245204. OLE color: 12245204.

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

Color convert

RGB 212 216 186 -
CMYK 0.02 0 0.14 0.15
HSL 68º 0.28% 0.79% -
HSV(B) 68º 0.14% 0.85% -
XYZ 60.57 66.65 56.13 -
YUV 211.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 212 216 186 0.02 0 0.14 0.15 68 0.28 0.79
Hex D4 D8 BA 2 0 E F 44 1C 4F
Octal 324 330 272 2 0 16 17 104 34 117
Binary 11010100 11011000 10111010 10 0 1110 1111 1000100 11100 1001111

Color Harmonies of #D4D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8BA

Black with #D4D8BA

Text Example


Text Example

White with #D4D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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