Html Css Color HEX #DFC310 Sunflower

📋 copy color: '#DFC310'

red 223 ◦ green 195 ◦ blue 16

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

Shades of Sunflower #DFC310

Tints of Sunflower #DFC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 51.38%
G = 44.93%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFC310 (or 0xDFC310) is known color: Sunflower. HEX triplet: DF, C3 and 10. RGB value is (223,195,16). Sum of RGB (Red+Green+Blue) = 223+195+16=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC310 is #203CEF. Grayscale: #B7B7B7. Windows color (decimal): -2112752 or 1098719. OLE color: 1098719.

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

Color convert

RGB 223 195 16 -
CMYK 0 0.13 0.93 0.13
HSL 51.88º 0.87% 0.47% -
HSV(B) 51.88º 0.93% 0.87% -
XYZ 50.04 54.76 8.42 -
YUV 182.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 223 195 16 0 0.13 0.93 0.13 51.88 0.87 0.47
Hex DF C3 10 0 D 5D D 34 57 2F
Octal 337 303 20 0 15 135 15 64 127 57
Binary 11011111 11000011 10000 0 1101 1011101 1101 110100 1010111 101111

Color Harmonies of #DFC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC310

Black with #DFC310

Text Example


Text Example

White with #DFC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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