Html Css Color HEX #DABF26 Sunflower

📋 copy color: '#DABF26'

red 218 ◦ green 191 ◦ blue 38

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

Shades of Sunflower #DABF26

Tints of Sunflower #DABF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.5%

R = 48.77%
G = 42.73%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DABF26 (or 0xDABF26) is known color: Sunflower. HEX triplet: DA, BF and 26. RGB value is (218,191,38). Sum of RGB (Red+Green+Blue) = 218+191+38=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF26 is #2540D9. Grayscale: #B6B6B6. Windows color (decimal): -2441434 or 2539482. OLE color: 2539482.

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

Color convert

RGB 218 191 38 -
CMYK 0 0.12 0.83 0.15
HSL 51º 0.71% 0.5% -
HSV(B) 51º 0.83% 0.85% -
XYZ 47.89 52.31 9.41 -
YUV 181.63 46.95 153.94 -
System Red Green Blue C M Y K H S L
Decimal 218 191 38 0 0.12 0.83 0.15 51 0.71 0.5
Hex DA BF 26 0 C 53 F 33 47 32
Octal 332 277 46 0 14 123 17 63 107 62
Binary 11011010 10111111 100110 0 1100 1010011 1111 110011 1000111 110010

Color Harmonies of #DABF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF26

Black with #DABF26

Text Example


Text Example

White with #DABF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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