Html Css Color HEX #DFBA1A Sunflower

📋 copy color: '#DFBA1A'

red 223 ◦ green 186 ◦ blue 26

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

Shades of Sunflower #DFBA1A

Tints of Sunflower #DFBA1A

RGB

 RED value IS 223 (87.5% from 255) = 51.26%

 GREEN value IS 186 (73.05% from 255) = 42.76%

 BLUE value IS 26 (10.55% from 255) = 5.98%

R = 51.26%
G = 42.76%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBA1A (or 0xDFBA1A) is known color: Sunflower. HEX triplet: DF, BA and 1A. RGB value is (223,186,26). Sum of RGB (Red+Green+Blue) = 223+186+26=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBA1A is #2045E5. Grayscale: #B3B3B3. Windows color (decimal): -2115046 or 1751775. OLE color: 1751775.

HSL color Cylindrical-coordinate representation of color #DFBA1A: hue angle of 48.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFBA1A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 26 -
CMYK 0 0.17 0.88 0.13
HSL 48.73º 0.79% 0.49% -
HSV(B) 48.73º 0.88% 0.87% -
XYZ 48.18 50.88 8.26 -
YUV 178.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 223 186 26 0 0.17 0.88 0.13 48.73 0.79 0.49
Hex DF BA 1A 0 11 58 D 31 4F 31
Octal 337 272 32 0 21 130 15 61 117 61
Binary 11011111 10111010 11010 0 10001 1011000 1101 110001 1001111 110001

Color Harmonies of #DFBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA1A

Black with #DFBA1A

Text Example


Text Example

White with #DFBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA1A; }

 p { color: rgb(223,186,26); }

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

background-color css

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

 a { background-color: rgb(223,186,26); }

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

border-color css

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

 span { border-color: rgb(223,186,26); }

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