Html Css Color HEX #D4D9BA Orinoco

📋 copy color: '#D4D9BA'

red 212 ◦ green 217 ◦ blue 186

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

Shades of Orinoco #D4D9BA

Tints of Orinoco #D4D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.28%

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

R = 34.47%
G = 35.28%
B = 30.24%

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

#D4D9BA (or 0xD4D9BA) is known color: Orinoco. HEX triplet: D4, D9 and BA. RGB value is (212,217,186). Sum of RGB (Red+Green+Blue) = 212+217+186=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9BA is #2B2645. Grayscale: #D4D4D4. Windows color (decimal): -2827846 or 12245460. OLE color: 12245460.

HSL color Cylindrical-coordinate representation of color #D4D9BA: hue angle of 69.68º degrees, saturation: 0.29, 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 #D4D9BA is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 217 186 -
CMYK 0.02 0 0.14 0.15
HSL 69.68º 0.29% 0.79% -
HSV(B) 69.68º 0.14% 0.85% -
XYZ 60.83 67.17 56.21 -
YUV 211.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 212 217 186 0.02 0 0.14 0.15 69.68 0.29 0.79
Hex D4 D9 BA 2 0 E F 46 1D 4F
Octal 324 331 272 2 0 16 17 106 35 117
Binary 11010100 11011001 10111010 10 0 1110 1111 1000110 11101 1001111

Color Harmonies of #D4D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9BA

Black with #D4D9BA

Text Example


Text Example

White with #D4D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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