Html Css Color HEX #DABB41 Old Gold

📋 copy color: '#DABB41'

red 218 ◦ green 187 ◦ blue 65

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

Shades of Old Gold #DABB41

Tints of Old Gold #DABB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.83%

R = 46.38%
G = 39.79%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DABB41 (or 0xDABB41) is known color: Old Gold. HEX triplet: DA, BB and 41. RGB value is (218,187,65). Sum of RGB (Red+Green+Blue) = 218+187+65=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB41 is #2544BE. Grayscale: #B6B6B6. Windows color (decimal): -2442431 or 4307930. OLE color: 4307930.

HSL color Cylindrical-coordinate representation of color #DABB41: hue angle of 47.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DABB41 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 65 -
CMYK 0 0.14 0.70 0.15
HSL 47.84º 0.67% 0.55% -
HSV(B) 47.84º 0.7% 0.85% -
XYZ 47.64 50.83 12.3 -
YUV 182.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 218 187 65 0 0.14 0.70 0.15 47.84 0.67 0.55
Hex DA BB 41 0 E 46 F 30 43 37
Octal 332 273 101 0 16 106 17 60 103 67
Binary 11011010 10111011 1000001 0 1110 1000110 1111 110000 1000011 110111

Color Harmonies of #DABB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB41

Black with #DABB41

Text Example


Text Example

White with #DABB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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