Html Css Color HEX #D0BC36 Old Gold

📋 copy color: '#D0BC36'

red 208 ◦ green 188 ◦ blue 54

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

Shades of Old Gold #D0BC36

Tints of Old Gold #D0BC36

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.78%

 BLUE value IS 54 (21.48% from 255) = 12%

R = 46.22%
G = 41.78%
B = 12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0BC36 (or 0xD0BC36) is known color: Old Gold. HEX triplet: D0, BC and 36. RGB value is (208,188,54). Sum of RGB (Red+Green+Blue) = 208+188+54=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 54 (21.48% from 255 or 12% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC36 is #2F43C9. Grayscale: #B3B3B3. Windows color (decimal): -3097546 or 3587280. OLE color: 3587280.

HSL color Cylindrical-coordinate representation of color #D0BC36: hue angle of 52.21º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0BC36 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 54 -
CMYK 0 0.10 0.74 0.18
HSL 52.21º 0.62% 0.51% -
HSV(B) 52.21º 0.74% 0.82% -
XYZ 44.66 49.64 10.72 -
YUV 178.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 208 188 54 0 0.10 0.74 0.18 52.21 0.62 0.51
Hex D0 BC 36 0 A 4A 12 34 3E 33
Octal 320 274 66 0 12 112 22 64 76 63
Binary 11010000 10111100 110110 0 1010 1001010 10010 110100 111110 110011

Color Harmonies of #D0BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC36

Black with #D0BC36

Text Example


Text Example

White with #D0BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC36; }

 p { color: rgb(208,188,54); }

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

background-color css

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

 a { background-color: rgb(208,188,54); }

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

border-color css

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

 span { border-color: rgb(208,188,54); }

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