Html Css Color HEX #DFBF25 Sunflower

📋 copy color: '#DFBF25'

red 223 ◦ green 191 ◦ blue 37

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

Shades of Sunflower #DFBF25

Tints of Sunflower #DFBF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 49.45%
G = 42.35%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFBF25 (or 0xDFBF25) is known color: Sunflower. HEX triplet: DF, BF and 25. RGB value is (223,191,37). Sum of RGB (Red+Green+Blue) = 223+191+37=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBF25 is #2040DA. Grayscale: #B7B7B7. Windows color (decimal): -2113755 or 2473951. OLE color: 2473951.

HSL color Cylindrical-coordinate representation of color #DFBF25: hue angle of 49.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFBF25 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 191 37 -
CMYK 0 0.14 0.83 0.13
HSL 49.68º 0.74% 0.51% -
HSV(B) 49.68º 0.83% 0.87% -
XYZ 49.4 53.08 9.39 -
YUV 183.01 45.6 156.52 -
System Red Green Blue C M Y K H S L
Decimal 223 191 37 0 0.14 0.83 0.13 49.68 0.74 0.51
Hex DF BF 25 0 E 53 D 32 4A 33
Octal 337 277 45 0 16 123 15 62 112 63
Binary 11011111 10111111 100101 0 1110 1010011 1101 110010 1001010 110011

Color Harmonies of #DFBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBF25

Black with #DFBF25

Text Example


Text Example

White with #DFBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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