Html Css Color HEX #DABF1B Sunflower

📋 copy color: '#DABF1B'

red 218 ◦ green 191 ◦ blue 27

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

Shades of Sunflower #DABF1B

Tints of Sunflower #DABF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 50%
G = 43.81%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DABF1B (or 0xDABF1B) is known color: Sunflower. HEX triplet: DA, BF and 1B. RGB value is (218,191,27). Sum of RGB (Red+Green+Blue) = 218+191+27=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABF1B is #2540E4. Grayscale: #B5B5B5. Windows color (decimal): -2441445 or 1818586. OLE color: 1818586.

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

Color convert

RGB 218 191 27 -
CMYK 0 0.12 0.88 0.15
HSL 51.52º 0.78% 0.48% -
HSV(B) 51.52º 0.88% 0.85% -
XYZ 47.74 52.25 8.61 -
YUV 180.38 41.45 154.84 -
System Red Green Blue C M Y K H S L
Decimal 218 191 27 0 0.12 0.88 0.15 51.52 0.78 0.48
Hex DA BF 1B 0 C 58 F 34 4E 30
Octal 332 277 33 0 14 130 17 64 116 60
Binary 11011010 10111111 11011 0 1100 1011000 1111 110100 1001110 110000

Color Harmonies of #DABF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF1B

Black with #DABF1B

Text Example


Text Example

White with #DABF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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