Html Css Color HEX #DABA15 Sunflower

📋 copy color: '#DABA15'

red 218 ◦ green 186 ◦ blue 21

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

Shades of Sunflower #DABA15

Tints of Sunflower #DABA15

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 21 (8.59% from 255) = 4.94%

R = 51.29%
G = 43.76%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DABA15 (or 0xDABA15) is known color: Sunflower. HEX triplet: DA, BA and 15. RGB value is (218,186,21). Sum of RGB (Red+Green+Blue) = 218+186+21=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA15 is #2545EA. Grayscale: #B1B1B1. Windows color (decimal): -2442731 or 1424090. OLE color: 1424090.

HSL color Cylindrical-coordinate representation of color #DABA15: hue angle of 50.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DABA15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 21 -
CMYK 0 0.15 0.90 0.15
HSL 50.25º 0.82% 0.47% -
HSV(B) 50.25º 0.9% 0.85% -
XYZ 46.61 50.08 7.92 -
YUV 176.76 40.1 157.42 -
System Red Green Blue C M Y K H S L
Decimal 218 186 21 0 0.15 0.90 0.15 50.25 0.82 0.47
Hex DA BA 15 0 F 5A F 32 52 2F
Octal 332 272 25 0 17 132 17 62 122 57
Binary 11011010 10111010 10101 0 1111 1011010 1111 110010 1010010 101111

Color Harmonies of #DABA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA15

Black with #DABA15

Text Example


Text Example

White with #DABA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA15; }

 p { color: rgb(218,186,21); }

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

background-color css

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

 a { background-color: rgb(218,186,21); }

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

border-color css

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

 span { border-color: rgb(218,186,21); }

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