Html Css Color HEX #DABB35 Old Gold

📋 copy color: '#DABB35'

red 218 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #DABB35

Tints of Old Gold #DABB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 47.6%
G = 40.83%
B = 11.57%

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

#DABB35 (or 0xDABB35) is known color: Old Gold. HEX triplet: DA, BB and 35. RGB value is (218,187,53). Sum of RGB (Red+Green+Blue) = 218+187+53=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB35 is #2544CA. Grayscale: #B5B5B5. Windows color (decimal): -2442443 or 3521498. OLE color: 3521498.

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

Color convert

RGB 218 187 53 -
CMYK 0 0.14 0.76 0.15
HSL 48.73º 0.69% 0.53% -
HSV(B) 48.73º 0.76% 0.85% -
XYZ 47.33 50.7 10.66 -
YUV 180.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 218 187 53 0 0.14 0.76 0.15 48.73 0.69 0.53
Hex DA BB 35 0 E 4C F 31 45 35
Octal 332 273 65 0 16 114 17 61 105 65
Binary 11011010 10111011 110101 0 1110 1001100 1111 110001 1000101 110101

Color Harmonies of #DABB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB35

Black with #DABB35

Text Example


Text Example

White with #DABB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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