Html Css Color HEX #DABF30 Old Gold

📋 copy color: '#DABF30'

red 218 ◦ green 191 ◦ blue 48

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

Shades of Old Gold #DABF30

Tints of Old Gold #DABF30

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

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

R = 47.7%
G = 41.79%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DABF30 (or 0xDABF30) is known color: Old Gold. HEX triplet: DA, BF and 30. RGB value is (218,191,48). Sum of RGB (Red+Green+Blue) = 218+191+48=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF30 is #2540CF. Grayscale: #B7B7B7. Windows color (decimal): -2441424 or 3194842. OLE color: 3194842.

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

Color convert

RGB 218 191 48 -
CMYK 0 0.12 0.78 0.15
HSL 50.47º 0.7% 0.52% -
HSV(B) 50.47º 0.78% 0.85% -
XYZ 48.08 52.38 10.37 -
YUV 182.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 218 191 48 0 0.12 0.78 0.15 50.47 0.7 0.52
Hex DA BF 30 0 C 4E F 32 46 34
Octal 332 277 60 0 14 116 17 62 106 64
Binary 11011010 10111111 110000 0 1100 1001110 1111 110010 1000110 110100

Color Harmonies of #DABF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF30

Black with #DABF30

Text Example


Text Example

White with #DABF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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