Html Css Color HEX #DFC320 Sunflower

📋 copy color: '#DFC320'

red 223 ◦ green 195 ◦ blue 32

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

Shades of Sunflower #DFC320

Tints of Sunflower #DFC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

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

R = 49.56%
G = 43.33%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFC320 (or 0xDFC320) is known color: Sunflower. HEX triplet: DF, C3 and 20. RGB value is (223,195,32). Sum of RGB (Red+Green+Blue) = 223+195+32=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC320 is #203CDF. Grayscale: #B9B9B9. Windows color (decimal): -2112736 or 2147295. OLE color: 2147295.

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

Color convert

RGB 223 195 32 -
CMYK 0 0.13 0.86 0.13
HSL 51.2º 0.75% 0.5% -
HSV(B) 51.2º 0.86% 0.87% -
XYZ 50.21 54.82 9.3 -
YUV 184.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 223 195 32 0 0.13 0.86 0.13 51.2 0.75 0.5
Hex DF C3 20 0 D 56 D 33 4B 32
Octal 337 303 40 0 15 126 15 63 113 62
Binary 11011111 11000011 100000 0 1101 1010110 1101 110011 1001011 110010

Color Harmonies of #DFC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC320

Black with #DFC320

Text Example


Text Example

White with #DFC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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