Html Css Color HEX #DFBF1A Sunflower

📋 copy color: '#DFBF1A'

red 223 ◦ green 191 ◦ blue 26

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

Shades of Sunflower #DFBF1A

Tints of Sunflower #DFBF1A

RGB

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

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

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

R = 50.68%
G = 43.41%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBF1A (or 0xDFBF1A) is known color: Sunflower. HEX triplet: DF, BF and 1A. RGB value is (223,191,26). Sum of RGB (Red+Green+Blue) = 223+191+26=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF1A is #2040E5. Grayscale: #B6B6B6. Windows color (decimal): -2113766 or 1753055. OLE color: 1753055.

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

Color convert

RGB 223 191 26 -
CMYK 0 0.14 0.88 0.13
HSL 50.25º 0.79% 0.49% -
HSV(B) 50.25º 0.88% 0.87% -
XYZ 49.25 53.02 8.62 -
YUV 181.76 40.1 157.42 -
System Red Green Blue C M Y K H S L
Decimal 223 191 26 0 0.14 0.88 0.13 50.25 0.79 0.49
Hex DF BF 1A 0 E 58 D 32 4F 31
Octal 337 277 32 0 16 130 15 62 117 61
Binary 11011111 10111111 11010 0 1110 1011000 1101 110010 1001111 110001

Color Harmonies of #DFBF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF1A

Black with #DFBF1A

Text Example


Text Example

White with #DFBF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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