Html Css Color HEX #DFC505 Sunflower

📋 copy color: '#DFC505'

red 223 ◦ green 197 ◦ blue 5

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

Shades of Sunflower #DFC505

Tints of Sunflower #DFC505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 52.47%
G = 46.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFC505 (or 0xDFC505) is known color: Sunflower. HEX triplet: DF, C5 and 05. RGB value is (223,197,5). Sum of RGB (Red+Green+Blue) = 223+197+5=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC505 is #203AFA. Grayscale: #B7B7B7. Windows color (decimal): -2112251 or 378335. OLE color: 378335.

HSL color Cylindrical-coordinate representation of color #DFC505: hue angle of 52.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFC505 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 5 -
CMYK 0 0.12 0.98 0.13
HSL 52.84º 0.96% 0.45% -
HSV(B) 52.84º 0.98% 0.87% -
XYZ 50.43 55.63 8.22 -
YUV 182.89 27.61 156.61 -
System Red Green Blue C M Y K H S L
Decimal 223 197 5 0 0.12 0.98 0.13 52.84 0.96 0.45
Hex DF C5 5 0 C 62 D 35 60 2D
Octal 337 305 5 0 14 142 15 65 140 55
Binary 11011111 11000101 101 0 1100 1100010 1101 110101 1100000 101101

Color Harmonies of #DFC505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC505

Black with #DFC505

Text Example


Text Example

White with #DFC505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC505; }

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

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

background-color css

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

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

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

border-color css

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

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

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