Html Css Color HEX #DAC028 Sunflower

📋 copy color: '#DAC028'

red 218 ◦ green 192 ◦ blue 40

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

Shades of Sunflower #DAC028

Tints of Sunflower #DAC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 48.44%
G = 42.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAC028 (or 0xDAC028) is known color: Sunflower. HEX triplet: DA, C0 and 28. RGB value is (218,192,40). Sum of RGB (Red+Green+Blue) = 218+192+40=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC028 is #253FD7. Grayscale: #B7B7B7. Windows color (decimal): -2441176 or 2670810. OLE color: 2670810.

HSL color Cylindrical-coordinate representation of color #DAC028: hue angle of 51.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAC028 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 40 -
CMYK 0 0.12 0.82 0.15
HSL 51.24º 0.71% 0.51% -
HSV(B) 51.24º 0.82% 0.85% -
XYZ 48.15 52.76 9.65 -
YUV 182.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 218 192 40 0 0.12 0.82 0.15 51.24 0.71 0.51
Hex DA C0 28 0 C 52 F 33 47 33
Octal 332 300 50 0 14 122 17 63 107 63
Binary 11011010 11000000 101000 0 1100 1010010 1111 110011 1000111 110011

Color Harmonies of #DAC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC028

Black with #DAC028

Text Example


Text Example

White with #DAC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC028; }

 p { color: rgb(218,192,40); }

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

background-color css

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

 a { background-color: rgb(218,192,40); }

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

border-color css

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

 span { border-color: rgb(218,192,40); }

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