Html Css Color HEX #DFD305 Sunflower

📋 copy color: '#DFD305'

red 223 ◦ green 211 ◦ blue 5

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

Shades of Sunflower #DFD305

Tints of Sunflower #DFD305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.06%

 BLUE value IS 5 (2.34% from 255) = 1.14%

R = 50.8%
G = 48.06%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DFD305 (or 0xDFD305) is known color: Sunflower. HEX triplet: DF, D3 and 05. RGB value is (223,211,5). Sum of RGB (Red+Green+Blue) = 223+211+5=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD305 is #202CFA. Grayscale: #BFBFBF. Windows color (decimal): -2108667 or 381919. OLE color: 381919.

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

Color convert

RGB 223 211 5 -
CMYK 0 0.05 0.98 0.13
HSL 56.7º 0.96% 0.45% -
HSV(B) 56.7º 0.98% 0.87% -
XYZ 53.75 62.29 9.33 -
YUV 191.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 223 211 5 0 0.05 0.98 0.13 56.7 0.96 0.45
Hex DF D3 5 0 5 62 D 39 60 2D
Octal 337 323 5 0 5 142 15 71 140 55
Binary 11011111 11010011 101 0 101 1100010 1101 111001 1100000 101101

Color Harmonies of #DFD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD305

Black with #DFD305

Text Example


Text Example

White with #DFD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD305; }

 p { color: rgb(223,211,5); }

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

background-color css

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

 a { background-color: rgb(223,211,5); }

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

border-color css

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

 span { border-color: rgb(223,211,5); }

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