Html Css Color HEX #DFC525 Sunflower

📋 copy color: '#DFC525'

red 223 ◦ green 197 ◦ blue 37

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

Shades of Sunflower #DFC525

Tints of Sunflower #DFC525

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.11%

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

R = 48.8%
G = 43.11%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFC525 (or 0xDFC525) is known color: Sunflower. HEX triplet: DF, C5 and 25. RGB value is (223,197,37). Sum of RGB (Red+Green+Blue) = 223+197+37=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 37 (14.84% from 255 or 8.10% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC525 is #203ADA. Grayscale: #BBBBBB. Windows color (decimal): -2112219 or 2475487. OLE color: 2475487.

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

Color convert

RGB 223 197 37 -
CMYK 0 0.12 0.83 0.13
HSL 51.61º 0.74% 0.51% -
HSV(B) 51.61º 0.83% 0.87% -
XYZ 50.73 55.75 9.84 -
YUV 186.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 223 197 37 0 0.12 0.83 0.13 51.61 0.74 0.51
Hex DF C5 25 0 C 53 D 34 4A 33
Octal 337 305 45 0 14 123 15 64 112 63
Binary 11011111 11000101 100101 0 1100 1010011 1101 110100 1001010 110011

Color Harmonies of #DFC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC525

Black with #DFC525

Text Example


Text Example

White with #DFC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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