Html Css Color HEX #DABA04 Sunflower

📋 copy color: '#DABA04'

red 218 ◦ green 186 ◦ blue 4

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

Shades of Sunflower #DABA04

Tints of Sunflower #DABA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 53.43%
G = 45.59%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DABA04 (or 0xDABA04) is known color: Sunflower. HEX triplet: DA, BA and 04. RGB value is (218,186,4). Sum of RGB (Red+Green+Blue) = 218+186+4=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA04 is #2545FB. Grayscale: #AFAFAF. Windows color (decimal): -2442748 or 309978. OLE color: 309978.

HSL color Cylindrical-coordinate representation of color #DABA04: hue angle of 51.03º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DABA04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 4 -
CMYK 0 0.15 0.98 0.15
HSL 51.03º 0.96% 0.44% -
HSV(B) 51.03º 0.98% 0.85% -
XYZ 46.49 50.03 7.32 -
YUV 174.82 31.6 158.8 -
System Red Green Blue C M Y K H S L
Decimal 218 186 4 0 0.15 0.98 0.15 51.03 0.96 0.44
Hex DA BA 4 0 F 62 F 33 60 2C
Octal 332 272 4 0 17 142 17 63 140 54
Binary 11011010 10111010 100 0 1111 1100010 1111 110011 1100000 101100

Color Harmonies of #DABA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA04

Black with #DABA04

Text Example


Text Example

White with #DABA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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