Html Css Color HEX #DFC200 Sunflower

📋 copy color: '#DFC200'

red 223 ◦ green 194 ◦ blue 0

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

Shades of Sunflower #DFC200

Tints of Sunflower #DFC200

RGB

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

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

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

R = 53.48%
G = 46.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFC200 (or 0xDFC200) is known color: Sunflower. HEX triplet: DF, C2 and 00. RGB value is (223,194,0). Sum of RGB (Red+Green+Blue) = 223+194+0=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC200 is #203DFF. Grayscale: #B5B5B5. Windows color (decimal): -2113024 or 49887. OLE color: 49887.

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

Color convert

RGB 223 194 0 -
CMYK 0 0.13 1 0.13
HSL 52.2º 1% 0.44% -
HSV(B) 52.2º 1% 0.87% -
XYZ 49.72 54.27 7.85 -
YUV 180.56 26.11 158.27 -
System Red Green Blue C M Y K H S L
Decimal 223 194 0 0 0.13 1 0.13 52.2 1 0.44
Hex DF C2 0 0 D 64 D 34 64 2C
Octal 337 302 0 0 15 144 15 64 144 54
Binary 11011111 11000010 0 0 1101 1100100 1101 110100 1100100 101100

Color Harmonies of #DFC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC200

Black with #DFC200

Text Example


Text Example

White with #DFC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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