Html Css Color HEX #DAC812 Sunflower

📋 copy color: '#DAC812'

red 218 ◦ green 200 ◦ blue 18

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

Shades of Sunflower #DAC812

Tints of Sunflower #DAC812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.87%

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

R = 50%
G = 45.87%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC812 (or 0xDAC812) is known color: Sunflower. HEX triplet: DA, C8 and 12. RGB value is (218,200,18). Sum of RGB (Red+Green+Blue) = 218+200+18=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC812 is #2537ED. Grayscale: #B9B9B9. Windows color (decimal): -2439150 or 1231066. OLE color: 1231066.

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

Color convert

RGB 218 200 18 -
CMYK 0 0.08 0.92 0.15
HSL 54.6º 0.85% 0.46% -
HSV(B) 54.6º 0.92% 0.85% -
XYZ 49.68 56.26 8.81 -
YUV 184.63 33.96 151.8 -
System Red Green Blue C M Y K H S L
Decimal 218 200 18 0 0.08 0.92 0.15 54.6 0.85 0.46
Hex DA C8 12 0 8 5C F 37 55 2E
Octal 332 310 22 0 10 134 17 67 125 56
Binary 11011010 11001000 10010 0 1000 1011100 1111 110111 1010101 101110

Color Harmonies of #DAC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC812

Black with #DAC812

Text Example


Text Example

White with #DAC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC812; }

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

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

background-color css

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

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

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

border-color css

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

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

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