Html Css Color HEX #DABF2A Sunflower

📋 copy color: '#DABF2A'

red 218 ◦ green 191 ◦ blue 42

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

Shades of Sunflower #DABF2A

Tints of Sunflower #DABF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.31%

R = 48.34%
G = 42.35%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DABF2A (or 0xDABF2A) is known color: Sunflower. HEX triplet: DA, BF and 2A. RGB value is (218,191,42). Sum of RGB (Red+Green+Blue) = 218+191+42=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF2A is #2540D5. Grayscale: #B6B6B6. Windows color (decimal): -2441430 or 2801626. OLE color: 2801626.

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

Color convert

RGB 218 191 42 -
CMYK 0 0.12 0.81 0.15
HSL 50.8º 0.7% 0.51% -
HSV(B) 50.8º 0.81% 0.85% -
XYZ 47.96 52.33 9.76 -
YUV 182.09 48.95 153.62 -
System Red Green Blue C M Y K H S L
Decimal 218 191 42 0 0.12 0.81 0.15 50.8 0.7 0.51
Hex DA BF 2A 0 C 51 F 33 46 33
Octal 332 277 52 0 14 121 17 63 106 63
Binary 11011010 10111111 101010 0 1100 1010001 1111 110011 1000110 110011

Color Harmonies of #DABF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF2A

Black with #DABF2A

Text Example


Text Example

White with #DABF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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