Html Css Color HEX #DAC421 Sunflower

📋 copy color: '#DAC421'

red 218 ◦ green 196 ◦ blue 33

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

Shades of Sunflower #DAC421

Tints of Sunflower #DAC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.85%

 BLUE value IS 33 (13.28% from 255) = 7.38%

R = 48.77%
G = 43.85%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC421 (or 0xDAC421) is known color: Sunflower. HEX triplet: DA, C4 and 21. RGB value is (218,196,33). Sum of RGB (Red+Green+Blue) = 218+196+33=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC421 is #253BDE. Grayscale: #B8B8B8. Windows color (decimal): -2440159 or 2213082. OLE color: 2213082.

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

Color convert

RGB 218 196 33 -
CMYK 0 0.10 0.85 0.15
HSL 52.86º 0.74% 0.49% -
HSV(B) 52.86º 0.85% 0.85% -
XYZ 48.93 54.5 9.38 -
YUV 184 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 218 196 33 0 0.10 0.85 0.15 52.86 0.74 0.49
Hex DA C4 21 0 A 55 F 35 4A 31
Octal 332 304 41 0 12 125 17 65 112 61
Binary 11011010 11000100 100001 0 1010 1010101 1111 110101 1001010 110001

Color Harmonies of #DAC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC421

Black with #DAC421

Text Example


Text Example

White with #DAC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC421; }

 p { color: rgb(218,196,33); }

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

background-color css

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

 a { background-color: rgb(218,196,33); }

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

border-color css

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

 span { border-color: rgb(218,196,33); }

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