Html Css Color HEX #DABC32 Old Gold

📋 copy color: '#DABC32'

red 218 ◦ green 188 ◦ blue 50

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

Shades of Old Gold #DABC32

Tints of Old Gold #DABC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.96%

R = 47.81%
G = 41.23%
B = 10.96%

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

#DABC32 (or 0xDABC32) is known color: Old Gold. HEX triplet: DA, BC and 32. RGB value is (218,188,50). Sum of RGB (Red+Green+Blue) = 218+188+50=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC32 is #2543CD. Grayscale: #B5B5B5. Windows color (decimal): -2442190 or 3325146. OLE color: 3325146.

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

Color convert

RGB 218 188 50 -
CMYK 0 0.14 0.77 0.15
HSL 49.29º 0.69% 0.53% -
HSV(B) 49.29º 0.77% 0.85% -
XYZ 47.47 51.1 10.38 -
YUV 181.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 218 188 50 0 0.14 0.77 0.15 49.29 0.69 0.53
Hex DA BC 32 0 E 4D F 31 45 35
Octal 332 274 62 0 16 115 17 61 105 65
Binary 11011010 10111100 110010 0 1110 1001101 1111 110001 1000101 110101

Color Harmonies of #DABC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC32

Black with #DABC32

Text Example


Text Example

White with #DABC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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