Html Css Color HEX #DABD34 Old Gold

📋 copy color: '#DABD34'

red 218 ◦ green 189 ◦ blue 52

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

Shades of Old Gold #DABD34

Tints of Old Gold #DABD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

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

R = 47.49%
G = 41.18%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DABD34 (or 0xDABD34) is known color: Old Gold. HEX triplet: DA, BD and 34. RGB value is (218,189,52). Sum of RGB (Red+Green+Blue) = 218+189+52=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD34 is #2542CB. Grayscale: #B6B6B6. Windows color (decimal): -2441932 or 3456474. OLE color: 3456474.

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

Color convert

RGB 218 189 52 -
CMYK 0 0.13 0.76 0.15
HSL 49.52º 0.69% 0.53% -
HSV(B) 49.52º 0.76% 0.85% -
XYZ 47.73 51.55 10.68 -
YUV 182.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 218 189 52 0 0.13 0.76 0.15 49.52 0.69 0.53
Hex DA BD 34 0 D 4C F 32 45 35
Octal 332 275 64 0 15 114 17 62 105 65
Binary 11011010 10111101 110100 0 1101 1001100 1111 110010 1000101 110101

Color Harmonies of #DABD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD34

Black with #DABD34

Text Example


Text Example

White with #DABD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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