Html Css Color HEX #DFBC1A Sunflower

📋 copy color: '#DFBC1A'

red 223 ◦ green 188 ◦ blue 26

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

Shades of Sunflower #DFBC1A

Tints of Sunflower #DFBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

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

R = 51.03%
G = 43.02%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBC1A (or 0xDFBC1A) is known color: Sunflower. HEX triplet: DF, BC and 1A. RGB value is (223,188,26). Sum of RGB (Red+Green+Blue) = 223+188+26=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC1A is #2043E5. Grayscale: #B4B4B4. Windows color (decimal): -2114534 or 1752287. OLE color: 1752287.

HSL color Cylindrical-coordinate representation of color #DFBC1A: hue angle of 49.34º 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 #DFBC1A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 188 26 -
CMYK 0 0.16 0.88 0.13
HSL 49.34º 0.79% 0.49% -
HSV(B) 49.34º 0.88% 0.87% -
XYZ 48.6 51.73 8.4 -
YUV 180 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 223 188 26 0 0.16 0.88 0.13 49.34 0.79 0.49
Hex DF BC 1A 0 10 58 D 31 4F 31
Octal 337 274 32 0 20 130 15 61 117 61
Binary 11011111 10111100 11010 0 10000 1011000 1101 110001 1001111 110001

Color Harmonies of #DFBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC1A

Black with #DFBC1A

Text Example


Text Example

White with #DFBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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