Html Css Color HEX #DAC712 Sunflower

📋 copy color: '#DAC712'

red 218 ◦ green 199 ◦ blue 18

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

Shades of Sunflower #DAC712

Tints of Sunflower #DAC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 18 (7.42% from 255) = 4.14%

R = 50.11%
G = 45.75%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC712 (or 0xDAC712) is known color: Sunflower. HEX triplet: DA, C7 and 12. RGB value is (218,199,18). Sum of RGB (Red+Green+Blue) = 218+199+18=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC712 is #2538ED. Grayscale: #B8B8B8. Windows color (decimal): -2439406 or 1230810. OLE color: 1230810.

HSL color Cylindrical-coordinate representation of color #DAC712: hue angle of 54.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAC712 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 18 -
CMYK 0 0.09 0.92 0.15
HSL 54.3º 0.85% 0.46% -
HSV(B) 54.3º 0.92% 0.85% -
XYZ 49.45 55.8 8.74 -
YUV 184.05 34.29 152.22 -
System Red Green Blue C M Y K H S L
Decimal 218 199 18 0 0.09 0.92 0.15 54.3 0.85 0.46
Hex DA C7 12 0 9 5C F 36 55 2E
Octal 332 307 22 0 11 134 17 66 125 56
Binary 11011010 11000111 10010 0 1001 1011100 1111 110110 1010101 101110

Color Harmonies of #DAC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC712

Black with #DAC712

Text Example


Text Example

White with #DAC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC712; }

 p { color: rgb(218,199,18); }

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

background-color css

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

 a { background-color: rgb(218,199,18); }

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

border-color css

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

 span { border-color: rgb(218,199,18); }

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