Html Css Color HEX #DABA12 Sunflower

📋 copy color: '#DABA12'

red 218 ◦ green 186 ◦ blue 18

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

Shades of Sunflower #DABA12

Tints of Sunflower #DABA12

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

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

R = 51.66%
G = 44.08%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DABA12 (or 0xDABA12) is known color: Sunflower. HEX triplet: DA, BA and 12. RGB value is (218,186,18). Sum of RGB (Red+Green+Blue) = 218+186+18=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA12 is #2545ED. Grayscale: #B1B1B1. Windows color (decimal): -2442734 or 1227482. OLE color: 1227482.

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

Color convert

RGB 218 186 18 -
CMYK 0 0.15 0.92 0.15
HSL 50.4º 0.85% 0.46% -
HSV(B) 50.4º 0.92% 0.85% -
XYZ 46.58 50.07 7.78 -
YUV 176.42 38.6 157.66 -
System Red Green Blue C M Y K H S L
Decimal 218 186 18 0 0.15 0.92 0.15 50.4 0.85 0.46
Hex DA BA 12 0 F 5C F 32 55 2E
Octal 332 272 22 0 17 134 17 62 125 56
Binary 11011010 10111010 10010 0 1111 1011100 1111 110010 1010101 101110

Color Harmonies of #DABA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA12

Black with #DABA12

Text Example


Text Example

White with #DABA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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