Html Css Color HEX #DAC107 Sunflower

📋 copy color: '#DAC107'

red 218 ◦ green 193 ◦ blue 7

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

Shades of Sunflower #DAC107

Tints of Sunflower #DAC107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.17%

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

R = 52.15%
G = 46.17%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DAC107 (or 0xDAC107) is known color: Sunflower. HEX triplet: DA, C1 and 07. RGB value is (218,193,7). Sum of RGB (Red+Green+Blue) = 218+193+7=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 7 (3.12% from 255 or 1.67% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC107 is #253EF8. Grayscale: #B4B4B4. Windows color (decimal): -2440953 or 508378. OLE color: 508378.

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

Color convert

RGB 218 193 7 -
CMYK 0 0.11 0.97 0.15
HSL 52.89º 0.94% 0.44% -
HSV(B) 52.89º 0.97% 0.85% -
XYZ 48.02 53.06 7.91 -
YUV 179.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 218 193 7 0 0.11 0.97 0.15 52.89 0.94 0.44
Hex DA C1 7 0 B 61 F 35 5E 2C
Octal 332 301 7 0 13 141 17 65 136 54
Binary 11011010 11000001 111 0 1011 1100001 1111 110101 1011110 101100

Color Harmonies of #DAC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC107

Black with #DAC107

Text Example


Text Example

White with #DAC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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