Html Css Color HEX #D7BB34 Old Gold

📋 copy color: '#D7BB34'

red 215 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #D7BB34

Tints of Old Gold #D7BB34

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

 BLUE value IS 52 (20.7% from 255) = 11.45%

R = 47.36%
G = 41.19%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7BB34 (or 0xD7BB34) is known color: Old Gold. HEX triplet: D7, BB and 34. RGB value is (215,187,52). Sum of RGB (Red+Green+Blue) = 215+187+52=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB34 is #2844CB. Grayscale: #B4B4B4. Windows color (decimal): -2639052 or 3455959. OLE color: 3455959.

HSL color Cylindrical-coordinate representation of color #D7BB34: hue angle of 49.69º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D7BB34 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 52 -
CMYK 0 0.13 0.76 0.16
HSL 49.69º 0.67% 0.52% -
HSV(B) 49.69º 0.76% 0.84% -
XYZ 46.41 50.24 10.5 -
YUV 179.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 215 187 52 0 0.13 0.76 0.16 49.69 0.67 0.52
Hex D7 BB 34 0 D 4C 10 32 43 34
Octal 327 273 64 0 15 114 20 62 103 64
Binary 11010111 10111011 110100 0 1101 1001100 10000 110010 1000011 110100

Color Harmonies of #D7BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB34

Black with #D7BB34

Text Example


Text Example

White with #D7BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB34; }

 p { color: rgb(215,187,52); }

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

background-color css

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

 a { background-color: rgb(215,187,52); }

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

border-color css

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

 span { border-color: rgb(215,187,52); }

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