Html Css Color HEX #DABF14 Sunflower

📋 copy color: '#DABF14'

red 218 ◦ green 191 ◦ blue 20

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

Shades of Sunflower #DABF14

Tints of Sunflower #DABF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 50.82%
G = 44.52%
B = 4.66%

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

#DABF14 (or 0xDABF14) is known color: Sunflower. HEX triplet: DA, BF and 14. RGB value is (218,191,20). Sum of RGB (Red+Green+Blue) = 218+191+20=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABF14 is #2540EB. Grayscale: #B4B4B4. Windows color (decimal): -2441452 or 1359834. OLE color: 1359834.

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

Color convert

RGB 218 191 20 -
CMYK 0 0.12 0.91 0.15
HSL 51.82º 0.83% 0.47% -
HSV(B) 51.82º 0.91% 0.85% -
XYZ 47.67 52.22 8.23 -
YUV 179.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 218 191 20 0 0.12 0.91 0.15 51.82 0.83 0.47
Hex DA BF 14 0 C 5B F 34 53 2F
Octal 332 277 24 0 14 133 17 64 123 57
Binary 11011010 10111111 10100 0 1100 1011011 1111 110100 1010011 101111

Color Harmonies of #DABF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF14

Black with #DABF14

Text Example


Text Example

White with #DABF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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