Html Css Color HEX #DAC321 Sunflower

📋 copy color: '#DAC321'

red 218 ◦ green 195 ◦ blue 33

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

Shades of Sunflower #DAC321

Tints of Sunflower #DAC321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 48.88%
G = 43.72%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAC321 (or 0xDAC321) is known color: Sunflower. HEX triplet: DA, C3 and 21. RGB value is (218,195,33). Sum of RGB (Red+Green+Blue) = 218+195+33=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC321 is #253CDE. Grayscale: #B8B8B8. Windows color (decimal): -2440415 or 2212826. OLE color: 2212826.

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

Color convert

RGB 218 195 33 -
CMYK 0 0.11 0.85 0.15
HSL 52.54º 0.74% 0.49% -
HSV(B) 52.54º 0.85% 0.85% -
XYZ 48.7 54.05 9.3 -
YUV 183.41 43.12 152.67 -
System Red Green Blue C M Y K H S L
Decimal 218 195 33 0 0.11 0.85 0.15 52.54 0.74 0.49
Hex DA C3 21 0 B 55 F 35 4A 31
Octal 332 303 41 0 13 125 17 65 112 61
Binary 11011010 11000011 100001 0 1011 1010101 1111 110101 1001010 110001

Color Harmonies of #DAC321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC321

Black with #DAC321

Text Example


Text Example

White with #DAC321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC321; }

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

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

background-color css

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

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

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

border-color css

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

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

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