Html Css Color HEX #DABC33 Old Gold

📋 copy color: '#DABC33'

red 218 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #DABC33

Tints of Old Gold #DABC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.14%

 BLUE value IS 51 (20.31% from 255) = 11.16%

R = 47.7%
G = 41.14%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DABC33 (or 0xDABC33) is known color: Old Gold. HEX triplet: DA, BC and 33. RGB value is (218,188,51). Sum of RGB (Red+Green+Blue) = 218+188+51=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC33 is #2543CC. Grayscale: #B5B5B5. Windows color (decimal): -2442189 or 3390682. OLE color: 3390682.

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

Color convert

RGB 218 188 51 -
CMYK 0 0.14 0.77 0.15
HSL 49.22º 0.69% 0.53% -
HSV(B) 49.22º 0.77% 0.85% -
XYZ 47.49 51.11 10.49 -
YUV 181.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 218 188 51 0 0.14 0.77 0.15 49.22 0.69 0.53
Hex DA BC 33 0 E 4D F 31 45 35
Octal 332 274 63 0 16 115 17 61 105 65
Binary 11011010 10111100 110011 0 1110 1001101 1111 110001 1000101 110101

Color Harmonies of #DABC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC33

Black with #DABC33

Text Example


Text Example

White with #DABC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC33; }

 p { color: rgb(218,188,51); }

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

background-color css

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

 a { background-color: rgb(218,188,51); }

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

border-color css

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

 span { border-color: rgb(218,188,51); }

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