Html Css Color HEX #D2B05B Apache

📋 copy color: '#D2B05B'

red 210 ◦ green 176 ◦ blue 91

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

Shades of Apache #D2B05B

Tints of Apache #D2B05B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 44.03%
G = 36.9%
B = 19.08%

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

#D2B05B (or 0xD2B05B) is known color: Apache. HEX triplet: D2, B0 and 5B. RGB value is (210,176,91). Sum of RGB (Red+Green+Blue) = 210+176+91=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B05B is #2D4FA4. Grayscale: #B0B0B0. Windows color (decimal): -2969509 or 6009042. OLE color: 6009042.

HSL color Cylindrical-coordinate representation of color #D2B05B: hue angle of 42.86º 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 #D2B05B is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 91 -
CMYK 0 0.16 0.57 0.18
HSL 42.86º 0.57% 0.59% -
HSV(B) 42.86º 0.57% 0.82% -
XYZ 43.99 45.51 16.36 -
YUV 176.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 210 176 91 0 0.16 0.57 0.18 42.86 0.57 0.59
Hex D2 B0 5B 0 10 39 12 2B 39 3B
Octal 322 260 133 0 20 71 22 53 71 73
Binary 11010010 10110000 1011011 0 10000 111001 10010 101011 111001 111011

Color Harmonies of #D2B05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B05B

Black with #D2B05B

Text Example


Text Example

White with #D2B05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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