Html Css Color HEX #D0BB36 Old Gold

📋 copy color: '#D0BB36'

red 208 ◦ green 187 ◦ blue 54

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

Shades of Old Gold #D0BB36

Tints of Old Gold #D0BB36

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

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

R = 46.33%
G = 41.65%
B = 12.03%

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

#D0BB36 (or 0xD0BB36) is known color: Old Gold. HEX triplet: D0, BB and 36. RGB value is (208,187,54). Sum of RGB (Red+Green+Blue) = 208+187+54=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB36 is #2F44C9. Grayscale: #B2B2B2. Windows color (decimal): -3097802 or 3587024. OLE color: 3587024.

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

Color convert

RGB 208 187 54 -
CMYK 0 0.10 0.74 0.18
HSL 51.82º 0.62% 0.51% -
HSV(B) 51.82º 0.74% 0.82% -
XYZ 44.45 49.22 10.65 -
YUV 178.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 208 187 54 0 0.10 0.74 0.18 51.82 0.62 0.51
Hex D0 BB 36 0 A 4A 12 34 3E 33
Octal 320 273 66 0 12 112 22 64 76 63
Binary 11010000 10111011 110110 0 1010 1001010 10010 110100 111110 110011

Color Harmonies of #D0BB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BB36

Black with #D0BB36

Text Example


Text Example

White with #D0BB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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