Html Css Color HEX #DABE30 Old Gold

📋 copy color: '#DABE30'

red 218 ◦ green 190 ◦ blue 48

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

Shades of Old Gold #DABE30

Tints of Old Gold #DABE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.53%

R = 47.81%
G = 41.67%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DABE30 (or 0xDABE30) is known color: Old Gold. HEX triplet: DA, BE and 30. RGB value is (218,190,48). Sum of RGB (Red+Green+Blue) = 218+190+48=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABE30 is #2541CF. Grayscale: #B6B6B6. Windows color (decimal): -2441680 or 3194586. OLE color: 3194586.

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

Color convert

RGB 218 190 48 -
CMYK 0 0.13 0.78 0.15
HSL 50.12º 0.7% 0.52% -
HSV(B) 50.12º 0.78% 0.85% -
XYZ 47.86 51.95 10.3 -
YUV 182.18 52.28 153.55 -
System Red Green Blue C M Y K H S L
Decimal 218 190 48 0 0.13 0.78 0.15 50.12 0.7 0.52
Hex DA BE 30 0 D 4E F 32 46 34
Octal 332 276 60 0 15 116 17 62 106 64
Binary 11011010 10111110 110000 0 1101 1001110 1111 110010 1000110 110100

Color Harmonies of #DABE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE30

Black with #DABE30

Text Example


Text Example

White with #DABE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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