Html Css Color HEX #DFC221 Sunflower

📋 copy color: '#DFC221'

red 223 ◦ green 194 ◦ blue 33

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

Shades of Sunflower #DFC221

Tints of Sunflower #DFC221

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.11%

 BLUE value IS 33 (13.28% from 255) = 7.33%

R = 49.56%
G = 43.11%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFC221 (or 0xDFC221) is known color: Sunflower. HEX triplet: DF, C2 and 21. RGB value is (223,194,33). Sum of RGB (Red+Green+Blue) = 223+194+33=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC221 is #203DDE. Grayscale: #B8B8B8. Windows color (decimal): -2112991 or 2212575. OLE color: 2212575.

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

Color convert

RGB 223 194 33 -
CMYK 0 0.13 0.85 0.13
HSL 50.84º 0.75% 0.5% -
HSV(B) 50.84º 0.85% 0.87% -
XYZ 50 54.38 9.3 -
YUV 184.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 223 194 33 0 0.13 0.85 0.13 50.84 0.75 0.5
Hex DF C2 21 0 D 55 D 33 4B 32
Octal 337 302 41 0 15 125 15 63 113 62
Binary 11011111 11000010 100001 0 1101 1010101 1101 110011 1001011 110010

Color Harmonies of #DFC221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC221

Black with #DFC221

Text Example


Text Example

White with #DFC221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC221; }

 p { color: rgb(223,194,33); }

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

background-color css

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

 a { background-color: rgb(223,194,33); }

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

border-color css

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

 span { border-color: rgb(223,194,33); }

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