Html Css Color HEX #D7BB32 Old Gold

📋 copy color: '#D7BB32'

red 215 ◦ green 187 ◦ blue 50

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

Shades of Old Gold #D7BB32

Tints of Old Gold #D7BB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 47.57%
G = 41.37%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7BB32 (or 0xD7BB32) is known color: Old Gold. HEX triplet: D7, BB and 32. RGB value is (215,187,50). Sum of RGB (Red+Green+Blue) = 215+187+50=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB32 is #2844CD. Grayscale: #B4B4B4. Windows color (decimal): -2639054 or 3324887. OLE color: 3324887.

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

Color convert

RGB 215 187 50 -
CMYK 0 0.13 0.77 0.16
HSL 49.82º 0.67% 0.52% -
HSV(B) 49.82º 0.77% 0.84% -
XYZ 46.37 50.22 10.27 -
YUV 179.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 215 187 50 0 0.13 0.77 0.16 49.82 0.67 0.52
Hex D7 BB 32 0 D 4D 10 32 43 34
Octal 327 273 62 0 15 115 20 62 103 64
Binary 11010111 10111011 110010 0 1101 1001101 10000 110010 1000011 110100

Color Harmonies of #D7BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB32

Black with #D7BB32

Text Example


Text Example

White with #D7BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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