Html Css Color HEX #DACC12 Sunflower

📋 copy color: '#DACC12'

red 218 ◦ green 204 ◦ blue 18

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

Shades of Sunflower #DACC12

Tints of Sunflower #DACC12

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 49.55%
G = 46.36%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DACC12 (or 0xDACC12) is known color: Sunflower. HEX triplet: DA, CC and 12. RGB value is (218,204,18). Sum of RGB (Red+Green+Blue) = 218+204+18=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 18 (7.42% from 255 or 4.09% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC12 is #2533ED. Grayscale: #BBBBBB. Windows color (decimal): -2438126 or 1232090. OLE color: 1232090.

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

Color convert

RGB 218 204 18 -
CMYK 0 0.06 0.92 0.15
HSL 55.8º 0.85% 0.46% -
HSV(B) 55.8º 0.92% 0.85% -
XYZ 50.62 58.13 9.13 -
YUV 186.98 32.64 150.12 -
System Red Green Blue C M Y K H S L
Decimal 218 204 18 0 0.06 0.92 0.15 55.8 0.85 0.46
Hex DA CC 12 0 6 5C F 38 55 2E
Octal 332 314 22 0 6 134 17 70 125 56
Binary 11011010 11001100 10010 0 110 1011100 1111 111000 1010101 101110

Color Harmonies of #DACC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC12

Black with #DACC12

Text Example


Text Example

White with #DACC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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