Html Css Color HEX #D7B933 Old Gold

📋 copy color: '#D7B933'

red 215 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #D7B933

Tints of Old Gold #D7B933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 51 (20.31% from 255) = 11.31%

R = 47.67%
G = 41.02%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7B933 (or 0xD7B933) is known color: Old Gold. HEX triplet: D7, B9 and 33. RGB value is (215,185,51). Sum of RGB (Red+Green+Blue) = 215+185+51=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 51 (20.31% from 255 or 11.31% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B933 is #2846CC. Grayscale: #B3B3B3. Windows color (decimal): -2639565 or 3389911. OLE color: 3389911.

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

Color convert

RGB 215 185 51 -
CMYK 0 0.14 0.76 0.16
HSL 49.02º 0.67% 0.52% -
HSV(B) 49.02º 0.76% 0.84% -
XYZ 45.97 49.38 10.24 -
YUV 178.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 215 185 51 0 0.14 0.76 0.16 49.02 0.67 0.52
Hex D7 B9 33 0 E 4C 10 31 43 34
Octal 327 271 63 0 16 114 20 61 103 64
Binary 11010111 10111001 110011 0 1110 1001100 10000 110001 1000011 110100

Color Harmonies of #D7B933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B933

Black with #D7B933

Text Example


Text Example

White with #D7B933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B933; }

 p { color: rgb(215,185,51); }

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

background-color css

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

 a { background-color: rgb(215,185,51); }

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

border-color css

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

 span { border-color: rgb(215,185,51); }

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