Html Css Color HEX #DFC600 Sunflower

📋 copy color: '#DFC600'

red 223 ◦ green 198 ◦ blue 0

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

Shades of Sunflower #DFC600

Tints of Sunflower #DFC600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.97%
G = 47.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFC600 (or 0xDFC600) is known color: Sunflower. HEX triplet: DF, C6 and 00. RGB value is (223,198,0). Sum of RGB (Red+Green+Blue) = 223+198+0=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC600 is #2039FF. Grayscale: #B7B7B7. Windows color (decimal): -2112000 or 50911. OLE color: 50911.

HSL color Cylindrical-coordinate representation of color #DFC600: hue angle of 53.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFC600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 198 0 -
CMYK 0 0.11 1 0.13
HSL 53.27º 1% 0.44% -
HSV(B) 53.27º 1% 0.87% -
XYZ 50.63 56.08 8.16 -
YUV 182.9 24.78 156.6 -
System Red Green Blue C M Y K H S L
Decimal 223 198 0 0 0.11 1 0.13 53.27 1 0.44
Hex DF C6 0 0 B 64 D 35 64 2C
Octal 337 306 0 0 13 144 15 65 144 54
Binary 11011111 11000110 0 0 1011 1100100 1101 110101 1100100 101100

Color Harmonies of #DFC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC600

Black with #DFC600

Text Example


Text Example

White with #DFC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC600; }

 p { color: rgb(223,198,0); }

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

background-color css

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

 a { background-color: rgb(223,198,0); }

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

border-color css

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

 span { border-color: rgb(223,198,0); }

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