Html Css Color HEX #DFC304 Sunflower

📋 copy color: '#DFC304'

red 223 ◦ green 195 ◦ blue 4

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

Shades of Sunflower #DFC304

Tints of Sunflower #DFC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.84%
G = 46.21%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFC304 (or 0xDFC304) is known color: Sunflower. HEX triplet: DF, C3 and 04. RGB value is (223,195,4). Sum of RGB (Red+Green+Blue) = 223+195+4=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC304 is #203CFB. Grayscale: #B6B6B6. Windows color (decimal): -2112764 or 312287. OLE color: 312287.

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

Color convert

RGB 223 195 4 -
CMYK 0 0.13 0.98 0.13
HSL 52.33º 0.96% 0.45% -
HSV(B) 52.33º 0.98% 0.87% -
XYZ 49.97 54.73 8.04 -
YUV 181.6 27.78 157.53 -
System Red Green Blue C M Y K H S L
Decimal 223 195 4 0 0.13 0.98 0.13 52.33 0.96 0.45
Hex DF C3 4 0 D 62 D 34 60 2D
Octal 337 303 4 0 15 142 15 64 140 55
Binary 11011111 11000011 100 0 1101 1100010 1101 110100 1100000 101101

Color Harmonies of #DFC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC304

Black with #DFC304

Text Example


Text Example

White with #DFC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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