Html Css Color HEX #DFB610 Sunflower

📋 copy color: '#DFB610'

red 223 ◦ green 182 ◦ blue 16

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

Shades of Sunflower #DFB610

Tints of Sunflower #DFB610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

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

R = 52.97%
G = 43.23%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFB610 (or 0xDFB610) is known color: Sunflower. HEX triplet: DF, B6 and 10. RGB value is (223,182,16). Sum of RGB (Red+Green+Blue) = 223+182+16=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB610 is #2049EF. Grayscale: #B0B0B0. Windows color (decimal): -2116080 or 1095391. OLE color: 1095391.

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

Color convert

RGB 223 182 16 -
CMYK 0 0.18 0.93 0.13
HSL 48.12º 0.87% 0.47% -
HSV(B) 48.12º 0.93% 0.87% -
XYZ 47.25 49.18 7.49 -
YUV 175.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 223 182 16 0 0.18 0.93 0.13 48.12 0.87 0.47
Hex DF B6 10 0 12 5D D 30 57 2F
Octal 337 266 20 0 22 135 15 60 127 57
Binary 11011111 10110110 10000 0 10010 1011101 1101 110000 1010111 101111

Color Harmonies of #DFB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB610

Black with #DFB610

Text Example


Text Example

White with #DFB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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