Html Css Color HEX #DAC007 Sunflower

📋 copy color: '#DAC007'

red 218 ◦ green 192 ◦ blue 7

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

Shades of Sunflower #DAC007

Tints of Sunflower #DAC007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.68%

R = 52.28%
G = 46.04%
B = 1.68%

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

#DAC007 (or 0xDAC007) is known color: Sunflower. HEX triplet: DA, C0 and 07. RGB value is (218,192,7). Sum of RGB (Red+Green+Blue) = 218+192+7=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC007 is #253FF8. Grayscale: #B3B3B3. Windows color (decimal): -2441209 or 508122. OLE color: 508122.

HSL color Cylindrical-coordinate representation of color #DAC007: hue angle of 52.61º degrees, saturation: 0.94, 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 #DAC007 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 7 -
CMYK 0 0.12 0.97 0.15
HSL 52.61º 0.94% 0.44% -
HSV(B) 52.61º 0.97% 0.85% -
XYZ 47.8 52.62 7.84 -
YUV 178.68 31.11 156.04 -
System Red Green Blue C M Y K H S L
Decimal 218 192 7 0 0.12 0.97 0.15 52.61 0.94 0.44
Hex DA C0 7 0 C 61 F 35 5E 2C
Octal 332 300 7 0 14 141 17 65 136 54
Binary 11011010 11000000 111 0 1100 1100001 1111 110101 1011110 101100

Color Harmonies of #DAC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC007

Black with #DAC007

Text Example


Text Example

White with #DAC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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