Html Css Color HEX #DAC423 Sunflower

📋 copy color: '#DAC423'

red 218 ◦ green 196 ◦ blue 35

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

Shades of Sunflower #DAC423

Tints of Sunflower #DAC423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.8%

R = 48.55%
G = 43.65%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAC423 (or 0xDAC423) is known color: Sunflower. HEX triplet: DA, C4 and 23. RGB value is (218,196,35). Sum of RGB (Red+Green+Blue) = 218+196+35=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC423 is #253BDC. Grayscale: #B8B8B8. Windows color (decimal): -2440157 or 2344154. OLE color: 2344154.

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

Color convert

RGB 218 196 35 -
CMYK 0 0.10 0.84 0.15
HSL 52.79º 0.72% 0.5% -
HSV(B) 52.79º 0.84% 0.85% -
XYZ 48.96 54.51 9.53 -
YUV 184.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 218 196 35 0 0.10 0.84 0.15 52.79 0.72 0.5
Hex DA C4 23 0 A 54 F 35 48 32
Octal 332 304 43 0 12 124 17 65 110 62
Binary 11011010 11000100 100011 0 1010 1010100 1111 110101 1001000 110010

Color Harmonies of #DAC423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC423

Black with #DAC423

Text Example


Text Example

White with #DAC423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC423; }

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

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

background-color css

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

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

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

border-color css

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

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

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