Html Css Color HEX #DAC21A Sunflower

📋 copy color: '#DAC21A'

red 218 ◦ green 194 ◦ blue 26

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

Shades of Sunflower #DAC21A

Tints of Sunflower #DAC21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 49.77%
G = 44.29%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAC21A (or 0xDAC21A) is known color: Sunflower. HEX triplet: DA, C2 and 1A. RGB value is (218,194,26). Sum of RGB (Red+Green+Blue) = 218+194+26=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC21A is #253DE5. Grayscale: #B6B6B6. Windows color (decimal): -2440678 or 1753818. OLE color: 1753818.

HSL color Cylindrical-coordinate representation of color #DAC21A: hue angle of 52.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAC21A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 194 26 -
CMYK 0 0.11 0.88 0.15
HSL 52.5º 0.79% 0.48% -
HSV(B) 52.5º 0.88% 0.85% -
XYZ 48.39 53.56 8.77 -
YUV 182.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 218 194 26 0 0.11 0.88 0.15 52.5 0.79 0.48
Hex DA C2 1A 0 B 58 F 34 4F 30
Octal 332 302 32 0 13 130 17 64 117 60
Binary 11011010 11000010 11010 0 1011 1011000 1111 110100 1001111 110000

Color Harmonies of #DAC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC21A

Black with #DAC21A

Text Example


Text Example

White with #DAC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC21A; }

 p { color: rgb(218,194,26); }

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

background-color css

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

 a { background-color: rgb(218,194,26); }

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

border-color css

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

 span { border-color: rgb(218,194,26); }

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