Html Css Color HEX #DFC820 Sunflower

📋 copy color: '#DFC820'

red 223 ◦ green 200 ◦ blue 32

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

Shades of Sunflower #DFC820

Tints of Sunflower #DFC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 49.01%
G = 43.96%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFC820 (or 0xDFC820) is known color: Sunflower. HEX triplet: DF, C8 and 20. RGB value is (223,200,32). Sum of RGB (Red+Green+Blue) = 223+200+32=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC820 is #2037DF. Grayscale: #BCBCBC. Windows color (decimal): -2111456 or 2148575. OLE color: 2148575.

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

Color convert

RGB 223 200 32 -
CMYK 0 0.10 0.86 0.13
HSL 52.77º 0.75% 0.5% -
HSV(B) 52.77º 0.86% 0.87% -
XYZ 51.35 57.1 9.68 -
YUV 187.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 223 200 32 0 0.10 0.86 0.13 52.77 0.75 0.5
Hex DF C8 20 0 A 56 D 35 4B 32
Octal 337 310 40 0 12 126 15 65 113 62
Binary 11011111 11001000 100000 0 1010 1010110 1101 110101 1001011 110010

Color Harmonies of #DFC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC820

Black with #DFC820

Text Example


Text Example

White with #DFC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC820; }

 p { color: rgb(223,200,32); }

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

background-color css

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

 a { background-color: rgb(223,200,32); }

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

border-color css

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

 span { border-color: rgb(223,200,32); }

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