Html Css Color HEX #DAC006 Sunflower

📋 copy color: '#DAC006'

red 218 ◦ green 192 ◦ blue 6

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

Shades of Sunflower #DAC006

Tints of Sunflower #DAC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 52.4%
G = 46.15%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC006 (or 0xDAC006) is known color: Sunflower. HEX triplet: DA, C0 and 06. RGB value is (218,192,6). Sum of RGB (Red+Green+Blue) = 218+192+6=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC006 is #253FF9. Grayscale: #B3B3B3. Windows color (decimal): -2441210 or 442586. OLE color: 442586.

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

Color convert

RGB 218 192 6 -
CMYK 0 0.12 0.97 0.15
HSL 52.64º 0.95% 0.44% -
HSV(B) 52.64º 0.97% 0.85% -
XYZ 47.8 52.62 7.81 -
YUV 178.57 30.61 156.12 -
System Red Green Blue C M Y K H S L
Decimal 218 192 6 0 0.12 0.97 0.15 52.64 0.95 0.44
Hex DA C0 6 0 C 61 F 35 5F 2C
Octal 332 300 6 0 14 141 17 65 137 54
Binary 11011010 11000000 110 0 1100 1100001 1111 110101 1011111 101100

Color Harmonies of #DAC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC006

Black with #DAC006

Text Example


Text Example

White with #DAC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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