Html Css Color HEX #DFC028 Sunflower

📋 copy color: '#DFC028'

red 223 ◦ green 192 ◦ blue 40

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

Shades of Sunflower #DFC028

Tints of Sunflower #DFC028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 49.01%
G = 42.2%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFC028 (or 0xDFC028) is known color: Sunflower. HEX triplet: DF, C0 and 28. RGB value is (223,192,40). Sum of RGB (Red+Green+Blue) = 223+192+40=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC028 is #203FD7. Grayscale: #B8B8B8. Windows color (decimal): -2113496 or 2670815. OLE color: 2670815.

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

Color convert

RGB 223 192 40 -
CMYK 0 0.14 0.82 0.13
HSL 49.84º 0.74% 0.52% -
HSV(B) 49.84º 0.82% 0.87% -
XYZ 49.66 53.54 9.72 -
YUV 183.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 223 192 40 0 0.14 0.82 0.13 49.84 0.74 0.52
Hex DF C0 28 0 E 52 D 32 4A 34
Octal 337 300 50 0 16 122 15 62 112 64
Binary 11011111 11000000 101000 0 1110 1010010 1101 110010 1001010 110100

Color Harmonies of #DFC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC028

Black with #DFC028

Text Example


Text Example

White with #DFC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC028; }

 p { color: rgb(223,192,40); }

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

background-color css

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

 a { background-color: rgb(223,192,40); }

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

border-color css

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

 span { border-color: rgb(223,192,40); }

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