Html Css Color HEX #DFC000 Sunflower

📋 copy color: '#DFC000'

red 223 ◦ green 192 ◦ blue 0

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

Shades of Sunflower #DFC000

Tints of Sunflower #DFC000

RGB

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

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

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

R = 53.73%
G = 46.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFC000 (or 0xDFC000) is known color: Sunflower. HEX triplet: DF, C0 and 00. RGB value is (223,192,0). Sum of RGB (Red+Green+Blue) = 223+192+0=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC000 is #203FFF. Grayscale: #B4B4B4. Windows color (decimal): -2113536 or 49375. OLE color: 49375.

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

Color convert

RGB 223 192 0 -
CMYK 0 0.14 1 0.13
HSL 51.66º 1% 0.44% -
HSV(B) 51.66º 1% 0.87% -
XYZ 49.28 53.39 7.71 -
YUV 179.38 26.77 159.11 -
System Red Green Blue C M Y K H S L
Decimal 223 192 0 0 0.14 1 0.13 51.66 1 0.44
Hex DF C0 0 0 E 64 D 34 64 2C
Octal 337 300 0 0 16 144 15 64 144 54
Binary 11011111 11000000 0 0 1110 1100100 1101 110100 1100100 101100

Color Harmonies of #DFC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC000

Black with #DFC000

Text Example


Text Example

White with #DFC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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