Html Css Color HEX #DABB34 Metallic Gold

📋 copy color: '#DABB34'

red 218 ◦ green 187 ◦ blue 52

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

Shades of Metallic Gold #DABB34

Tints of Metallic Gold #DABB34

RGB

 RED value IS 218 (85.55% from 255) = 47.7%

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

 BLUE value IS 52 (20.7% from 255) = 11.38%

R = 47.7%
G = 40.92%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DABB34 (or 0xDABB34) is known color: Metallic Gold. HEX triplet: DA, BB and 34. RGB value is (218,187,52). Sum of RGB (Red+Green+Blue) = 218+187+52=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB34 is #2544CB. Grayscale: #B5B5B5. Windows color (decimal): -2442444 or 3455962. OLE color: 3455962.

HSL color Cylindrical-coordinate representation of color #DABB34: hue angle of 48.8º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DABB34 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 52 -
CMYK 0 0.14 0.76 0.15
HSL 48.8º 0.69% 0.53% -
HSV(B) 48.8º 0.76% 0.85% -
XYZ 47.3 50.69 10.54 -
YUV 180.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 218 187 52 0 0.14 0.76 0.15 48.8 0.69 0.53
Hex DA BB 34 0 E 4C F 31 45 35
Octal 332 273 64 0 16 114 17 61 105 65
Binary 11011010 10111011 110100 0 1110 1001100 1111 110001 1000101 110101

Color Harmonies of #DABB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB34

Black with #DABB34

Text Example


Text Example

White with #DABB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB34; }

 p { color: rgb(218,187,52); }

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

background-color css

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

 a { background-color: rgb(218,187,52); }

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

border-color css

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

 span { border-color: rgb(218,187,52); }

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