Html Css Color HEX #DABF13 Sunflower

📋 copy color: '#DABF13'

red 218 ◦ green 191 ◦ blue 19

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

Shades of Sunflower #DABF13

Tints of Sunflower #DABF13

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 19 (7.81% from 255) = 4.44%

R = 50.93%
G = 44.63%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DABF13 (or 0xDABF13) is known color: Sunflower. HEX triplet: DA, BF and 13. RGB value is (218,191,19). Sum of RGB (Red+Green+Blue) = 218+191+19=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF13 is #2540EC. Grayscale: #B4B4B4. Windows color (decimal): -2441453 or 1294298. OLE color: 1294298.

HSL color Cylindrical-coordinate representation of color #DABF13: hue angle of 51.86º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABF13 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 19 -
CMYK 0 0.12 0.91 0.15
HSL 51.86º 0.84% 0.46% -
HSV(B) 51.86º 0.91% 0.85% -
XYZ 47.66 52.21 8.18 -
YUV 179.47 37.45 155.49 -
System Red Green Blue C M Y K H S L
Decimal 218 191 19 0 0.12 0.91 0.15 51.86 0.84 0.46
Hex DA BF 13 0 C 5B F 34 54 2E
Octal 332 277 23 0 14 133 17 64 124 56
Binary 11011010 10111111 10011 0 1100 1011011 1111 110100 1010100 101110

Color Harmonies of #DABF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF13

Black with #DABF13

Text Example


Text Example

White with #DABF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF13; }

 p { color: rgb(218,191,19); }

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

background-color css

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

 a { background-color: rgb(218,191,19); }

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

border-color css

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

 span { border-color: rgb(218,191,19); }

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