Html Css Color HEX #DAC114 Sunflower

📋 copy color: '#DAC114'

red 218 ◦ green 193 ◦ blue 20

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

Shades of Sunflower #DAC114

Tints of Sunflower #DAC114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.64%

R = 50.58%
G = 44.78%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAC114 (or 0xDAC114) is known color: Sunflower. HEX triplet: DA, C1 and 14. RGB value is (218,193,20). Sum of RGB (Red+Green+Blue) = 218+193+20=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC114 is #253EEB. Grayscale: #B5B5B5. Windows color (decimal): -2440940 or 1360346. OLE color: 1360346.

HSL color Cylindrical-coordinate representation of color #DAC114: hue angle of 52.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAC114 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 193 20 -
CMYK 0 0.11 0.91 0.15
HSL 52.42º 0.83% 0.47% -
HSV(B) 52.42º 0.91% 0.85% -
XYZ 48.11 53.1 8.37 -
YUV 180.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 218 193 20 0 0.11 0.91 0.15 52.42 0.83 0.47
Hex DA C1 14 0 B 5B F 34 53 2F
Octal 332 301 24 0 13 133 17 64 123 57
Binary 11011010 11000001 10100 0 1011 1011011 1111 110100 1010011 101111

Color Harmonies of #DAC114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC114

Black with #DAC114

Text Example


Text Example

White with #DAC114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC114; }

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

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

background-color css

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

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

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

border-color css

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

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

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