Html Css Color HEX #DABE12 Sunflower

📋 copy color: '#DABE12'

red 218 ◦ green 190 ◦ blue 18

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

Shades of Sunflower #DABE12

Tints of Sunflower #DABE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 51.17%
G = 44.6%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DABE12 (or 0xDABE12) is known color: Sunflower. HEX triplet: DA, BE and 12. RGB value is (218,190,18). Sum of RGB (Red+Green+Blue) = 218+190+18=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABE12 is #2541ED. Grayscale: #B3B3B3. Windows color (decimal): -2441710 or 1228506. OLE color: 1228506.

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

Color convert

RGB 218 190 18 -
CMYK 0 0.13 0.92 0.15
HSL 51.6º 0.85% 0.46% -
HSV(B) 51.6º 0.92% 0.85% -
XYZ 47.44 51.78 8.07 -
YUV 178.76 37.28 155.99 -
System Red Green Blue C M Y K H S L
Decimal 218 190 18 0 0.13 0.92 0.15 51.6 0.85 0.46
Hex DA BE 12 0 D 5C F 34 55 2E
Octal 332 276 22 0 15 134 17 64 125 56
Binary 11011010 10111110 10010 0 1101 1011100 1111 110100 1010101 101110

Color Harmonies of #DABE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE12

Black with #DABE12

Text Example


Text Example

White with #DABE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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