Html Css Color HEX #DABE3C Old Gold

📋 copy color: '#DABE3C'

red 218 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #DABE3C

Tints of Old Gold #DABE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 60 (23.83% from 255) = 12.82%

R = 46.58%
G = 40.6%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DABE3C (or 0xDABE3C) is known color: Old Gold. HEX triplet: DA, BE and 3C. RGB value is (218,190,60). Sum of RGB (Red+Green+Blue) = 218+190+60=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE3C is #2541C3. Grayscale: #B8B8B8. Windows color (decimal): -2441668 or 3981018. OLE color: 3981018.

HSL color Cylindrical-coordinate representation of color #DABE3C: hue angle of 49.37º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DABE3C is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 190 60 -
CMYK 0 0.13 0.72 0.15
HSL 49.37º 0.68% 0.55% -
HSV(B) 49.37º 0.72% 0.85% -
XYZ 48.14 52.06 11.79 -
YUV 183.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 218 190 60 0 0.13 0.72 0.15 49.37 0.68 0.55
Hex DA BE 3C 0 D 48 F 31 44 37
Octal 332 276 74 0 15 110 17 61 104 67
Binary 11011010 10111110 111100 0 1101 1001000 1111 110001 1000100 110111

Color Harmonies of #DABE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE3C

Black with #DABE3C

Text Example


Text Example

White with #DABE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE3C; }

 p { color: rgb(218,190,60); }

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

background-color css

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

 a { background-color: rgb(218,190,60); }

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

border-color css

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

 span { border-color: rgb(218,190,60); }

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