Html Css Color HEX #DABC12 Sunflower

📋 copy color: '#DABC12'

red 218 ◦ green 188 ◦ blue 18

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

Shades of Sunflower #DABC12

Tints of Sunflower #DABC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 51.42%
G = 44.34%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DABC12 (or 0xDABC12) is known color: Sunflower. HEX triplet: DA, BC and 12. RGB value is (218,188,18). Sum of RGB (Red+Green+Blue) = 218+188+18=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC12 is #2543ED. Grayscale: #B2B2B2. Windows color (decimal): -2442222 or 1227994. OLE color: 1227994.

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

Color convert

RGB 218 188 18 -
CMYK 0 0.14 0.92 0.15
HSL 51º 0.85% 0.46% -
HSV(B) 51º 0.92% 0.85% -
XYZ 47.01 50.92 7.92 -
YUV 177.59 37.94 156.82 -
System Red Green Blue C M Y K H S L
Decimal 218 188 18 0 0.14 0.92 0.15 51 0.85 0.46
Hex DA BC 12 0 E 5C F 33 55 2E
Octal 332 274 22 0 16 134 17 63 125 56
Binary 11011010 10111100 10010 0 1110 1011100 1111 110011 1010101 101110

Color Harmonies of #DABC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC12

Black with #DABC12

Text Example


Text Example

White with #DABC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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