Html Css Color HEX #DFC022 Sunflower

📋 copy color: '#DFC022'

red 223 ◦ green 192 ◦ blue 34

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

Shades of Sunflower #DFC022

Tints of Sunflower #DFC022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 49.67%
G = 42.76%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFC022 (or 0xDFC022) is known color: Sunflower. HEX triplet: DF, C0 and 22. RGB value is (223,192,34). Sum of RGB (Red+Green+Blue) = 223+192+34=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC022 is #203FDD. Grayscale: #B7B7B7. Windows color (decimal): -2113502 or 2277599. OLE color: 2277599.

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

Color convert

RGB 223 192 34 -
CMYK 0 0.14 0.85 0.13
HSL 50.16º 0.75% 0.5% -
HSV(B) 50.16º 0.85% 0.87% -
XYZ 49.57 53.5 9.23 -
YUV 183.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 223 192 34 0 0.14 0.85 0.13 50.16 0.75 0.5
Hex DF C0 22 0 E 55 D 32 4B 32
Octal 337 300 42 0 16 125 15 62 113 62
Binary 11011111 11000000 100010 0 1110 1010101 1101 110010 1001011 110010

Color Harmonies of #DFC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC022

Black with #DFC022

Text Example


Text Example

White with #DFC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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