Html Css Color HEX #DAC027 Sunflower

📋 copy color: '#DAC027'

red 218 ◦ green 192 ◦ blue 39

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

Shades of Sunflower #DAC027

Tints of Sunflower #DAC027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.69%

R = 48.55%
G = 42.76%
B = 8.69%

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

#DAC027 (or 0xDAC027) is known color: Sunflower. HEX triplet: DA, C0 and 27. RGB value is (218,192,39). Sum of RGB (Red+Green+Blue) = 218+192+39=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC027 is #253FD8. Grayscale: #B6B6B6. Windows color (decimal): -2441177 or 2605274. OLE color: 2605274.

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

Color convert

RGB 218 192 39 -
CMYK 0 0.12 0.82 0.15
HSL 51.28º 0.71% 0.5% -
HSV(B) 51.28º 0.82% 0.85% -
XYZ 48.13 52.75 9.56 -
YUV 182.33 47.11 153.44 -
System Red Green Blue C M Y K H S L
Decimal 218 192 39 0 0.12 0.82 0.15 51.28 0.71 0.5
Hex DA C0 27 0 C 52 F 33 47 32
Octal 332 300 47 0 14 122 17 63 107 62
Binary 11011010 11000000 100111 0 1100 1010010 1111 110011 1000111 110010

Color Harmonies of #DAC027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC027

Black with #DAC027

Text Example


Text Example

White with #DAC027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC027; }

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

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

background-color css

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

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

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

border-color css

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

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

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