Html Css Color HEX #DFB504 Sunflower

📋 copy color: '#DFB504'

red 223 ◦ green 181 ◦ blue 4

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

Shades of Sunflower #DFB504

Tints of Sunflower #DFB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 54.66%
G = 44.36%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFB504 (or 0xDFB504) is known color: Sunflower. HEX triplet: DF, B5 and 04. RGB value is (223,181,4). Sum of RGB (Red+Green+Blue) = 223+181+4=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB504 is #204AFB. Grayscale: #AEAEAE. Windows color (decimal): -2116348 or 308703. OLE color: 308703.

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

Color convert

RGB 223 181 4 -
CMYK 0 0.19 0.98 0.13
HSL 48.49º 0.96% 0.45% -
HSV(B) 48.49º 0.98% 0.87% -
XYZ 46.98 48.74 7.05 -
YUV 173.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 223 181 4 0 0.19 0.98 0.13 48.49 0.96 0.45
Hex DF B5 4 0 13 62 D 30 60 2D
Octal 337 265 4 0 23 142 15 60 140 55
Binary 11011111 10110101 100 0 10011 1100010 1101 110000 1100000 101101

Color Harmonies of #DFB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB504

Black with #DFB504

Text Example


Text Example

White with #DFB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB504; }

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

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

background-color css

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

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

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

border-color css

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

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

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