Html Css Color HEX #D7BB30 Old Gold

📋 copy color: '#D7BB30'

red 215 ◦ green 187 ◦ blue 48

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

Shades of Old Gold #D7BB30

Tints of Old Gold #D7BB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.67%

R = 47.78%
G = 41.56%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7BB30 (or 0xD7BB30) is known color: Old Gold. HEX triplet: D7, BB and 30. RGB value is (215,187,48). Sum of RGB (Red+Green+Blue) = 215+187+48=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BB30 is #2844CF. Grayscale: #B4B4B4. Windows color (decimal): -2639056 or 3193815. OLE color: 3193815.

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

Color convert

RGB 215 187 48 -
CMYK 0 0.13 0.78 0.16
HSL 49.94º 0.68% 0.52% -
HSV(B) 49.94º 0.78% 0.84% -
XYZ 46.33 50.2 10.04 -
YUV 179.53 53.78 153.3 -
System Red Green Blue C M Y K H S L
Decimal 215 187 48 0 0.13 0.78 0.16 49.94 0.68 0.52
Hex D7 BB 30 0 D 4E 10 32 44 34
Octal 327 273 60 0 15 116 20 62 104 64
Binary 11010111 10111011 110000 0 1101 1001110 10000 110010 1000100 110100

Color Harmonies of #D7BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB30

Black with #D7BB30

Text Example


Text Example

White with #D7BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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