Html Css Color HEX #DAB304 Sunflower

📋 copy color: '#DAB304'

red 218 ◦ green 179 ◦ blue 4

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

Shades of Sunflower #DAB304

Tints of Sunflower #DAB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.64%

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

R = 54.36%
G = 44.64%
B = 1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB304 (or 0xDAB304) is known color: Sunflower. HEX triplet: DA, B3 and 04. RGB value is (218,179,4). Sum of RGB (Red+Green+Blue) = 218+179+4=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB304 is #254CFB. Grayscale: #ABABAB. Windows color (decimal): -2444540 or 308186. OLE color: 308186.

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

Color convert

RGB 218 179 4 -
CMYK 0 0.18 0.98 0.15
HSL 49.07º 0.96% 0.44% -
HSV(B) 49.07º 0.98% 0.85% -
XYZ 45.06 47.15 6.84 -
YUV 170.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 218 179 4 0 0.18 0.98 0.15 49.07 0.96 0.44
Hex DA B3 4 0 12 62 F 31 60 2C
Octal 332 263 4 0 22 142 17 61 140 54
Binary 11011010 10110011 100 0 10010 1100010 1111 110001 1100000 101100

Color Harmonies of #DAB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB304

Black with #DAB304

Text Example


Text Example

White with #DAB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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