Html Css Color HEX #D2B15B Apache

📋 copy color: '#D2B15B'

red 210 ◦ green 177 ◦ blue 91

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

Shades of Apache #D2B15B

Tints of Apache #D2B15B

RGB

 RED value IS 210 (82.42% from 255) = 43.93%

 GREEN value IS 177 (69.53% from 255) = 37.03%

 BLUE value IS 91 (35.94% from 255) = 19.04%

R = 43.93%
G = 37.03%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2B15B (or 0xD2B15B) is known color: Apache. HEX triplet: D2, B1 and 5B. RGB value is (210,177,91). Sum of RGB (Red+Green+Blue) = 210+177+91=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B15B is #2D4EA4. Grayscale: #B1B1B1. Windows color (decimal): -2969253 or 6009298. OLE color: 6009298.

HSL color Cylindrical-coordinate representation of color #D2B15B: hue angle of 43.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2B15B is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 91 -
CMYK 0 0.16 0.57 0.18
HSL 43.36º 0.57% 0.59% -
HSV(B) 43.36º 0.57% 0.82% -
XYZ 44.19 45.9 16.43 -
YUV 177.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 210 177 91 0 0.16 0.57 0.18 43.36 0.57 0.59
Hex D2 B1 5B 0 10 39 12 2B 39 3B
Octal 322 261 133 0 20 71 22 53 71 73
Binary 11010010 10110001 1011011 0 10000 111001 10010 101011 111001 111011

Color Harmonies of #D2B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B15B

Black with #D2B15B

Text Example


Text Example

White with #D2B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B15B; }

 p { color: rgb(210,177,91); }

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

background-color css

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

 a { background-color: rgb(210,177,91); }

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

border-color css

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

 span { border-color: rgb(210,177,91); }

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