Html Css Color HEX #DFC400 Sunflower

📋 copy color: '#DFC400'

red 223 ◦ green 196 ◦ blue 0

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

Shades of Sunflower #DFC400

Tints of Sunflower #DFC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.78%

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

R = 53.22%
G = 46.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DFC400 (or 0xDFC400) is known color: Sunflower. HEX triplet: DF, C4 and 00. RGB value is (223,196,0). Sum of RGB (Red+Green+Blue) = 223+196+0=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC400 is #203BFF. Grayscale: #B6B6B6. Windows color (decimal): -2112512 or 50399. OLE color: 50399.

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

Color convert

RGB 223 196 0 -
CMYK 0 0.12 1 0.13
HSL 52.74º 1% 0.44% -
HSV(B) 52.74º 1% 0.87% -
XYZ 50.17 55.17 8 -
YUV 181.73 25.45 157.44 -
System Red Green Blue C M Y K H S L
Decimal 223 196 0 0 0.12 1 0.13 52.74 1 0.44
Hex DF C4 0 0 C 64 D 35 64 2C
Octal 337 304 0 0 14 144 15 65 144 54
Binary 11011111 11000100 0 0 1100 1100100 1101 110101 1100100 101100

Color Harmonies of #DFC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC400

Black with #DFC400

Text Example


Text Example

White with #DFC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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