Html Css Color HEX #D0B05C Apache

📋 copy color: '#D0B05C'

red 208 ◦ green 176 ◦ blue 92

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

Shades of Apache #D0B05C

Tints of Apache #D0B05C

RGB

 RED value IS 208 (81.64% from 255) = 43.7%

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

 BLUE value IS 92 (36.33% from 255) = 19.33%

R = 43.7%
G = 36.97%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0B05C (or 0xD0B05C) is known color: Apache. HEX triplet: D0, B0 and 5C. RGB value is (208,176,92). Sum of RGB (Red+Green+Blue) = 208+176+92=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B05C is #2F4FA3. Grayscale: #B0B0B0. Windows color (decimal): -3100580 or 6074576. OLE color: 6074576.

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

Color convert

RGB 208 176 92 -
CMYK 0 0.15 0.56 0.18
HSL 43.45º 0.55% 0.59% -
HSV(B) 43.45º 0.56% 0.82% -
XYZ 43.47 45.23 16.57 -
YUV 175.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 208 176 92 0 0.15 0.56 0.18 43.45 0.55 0.59
Hex D0 B0 5C 0 F 38 12 2B 37 3B
Octal 320 260 134 0 17 70 22 53 67 73
Binary 11010000 10110000 1011100 0 1111 111000 10010 101011 110111 111011

Color Harmonies of #D0B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B05C

Black with #D0B05C

Text Example


Text Example

White with #D0B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B05C; }

 p { color: rgb(208,176,92); }

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

background-color css

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

 a { background-color: rgb(208,176,92); }

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

border-color css

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

 span { border-color: rgb(208,176,92); }

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