Html Css Color HEX #D5BB30 Old Gold

📋 copy color: '#D5BB30'

red 213 ◦ green 187 ◦ blue 48

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

Shades of Old Gold #D5BB30

Tints of Old Gold #D5BB30

RGB

 RED value IS 213 (83.59% from 255) = 47.54%

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

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

R = 47.54%
G = 41.74%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5BB30 (or 0xD5BB30) is known color: Old Gold. HEX triplet: D5, BB and 30. RGB value is (213,187,48). Sum of RGB (Red+Green+Blue) = 213+187+48=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BB30 is #2A44CF. Grayscale: #B3B3B3. Windows color (decimal): -2770128 or 3193813. OLE color: 3193813.

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

Color convert

RGB 213 187 48 -
CMYK 0 0.12 0.77 0.16
HSL 50.55º 0.66% 0.51% -
HSV(B) 50.55º 0.77% 0.84% -
XYZ 45.74 49.9 10.02 -
YUV 178.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 213 187 48 0 0.12 0.77 0.16 50.55 0.66 0.51
Hex D5 BB 30 0 C 4D 10 33 42 33
Octal 325 273 60 0 14 115 20 63 102 63
Binary 11010101 10111011 110000 0 1100 1001101 10000 110011 1000010 110011

Color Harmonies of #D5BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BB30

Black with #D5BB30

Text Example


Text Example

White with #D5BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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