Html Css Color HEX #D7BF32 Old Gold

📋 copy color: '#D7BF32'

red 215 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #D7BF32

Tints of Old Gold #D7BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

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

R = 47.15%
G = 41.89%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7BF32 (or 0xD7BF32) is known color: Old Gold. HEX triplet: D7, BF and 32. RGB value is (215,191,50). Sum of RGB (Red+Green+Blue) = 215+191+50=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BF32 is #2840CD. Grayscale: #B6B6B6. Windows color (decimal): -2638030 or 3325911. OLE color: 3325911.

HSL color Cylindrical-coordinate representation of color #D7BF32: hue angle of 51.27º 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 #D7BF32 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 191 50 -
CMYK 0 0.11 0.77 0.16
HSL 51.27º 0.67% 0.52% -
HSV(B) 51.27º 0.77% 0.84% -
XYZ 47.23 51.94 10.55 -
YUV 182.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 215 191 50 0 0.11 0.77 0.16 51.27 0.67 0.52
Hex D7 BF 32 0 B 4D 10 33 43 34
Octal 327 277 62 0 13 115 20 63 103 64
Binary 11010111 10111111 110010 0 1011 1001101 10000 110011 1000011 110100

Color Harmonies of #D7BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF32

Black with #D7BF32

Text Example


Text Example

White with #D7BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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