Html Css Color HEX #DFB913 Sunflower

📋 copy color: '#DFB913'

red 223 ◦ green 185 ◦ blue 19

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

Shades of Sunflower #DFB913

Tints of Sunflower #DFB913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 52.22%
G = 43.33%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB913 (or 0xDFB913) is known color: Sunflower. HEX triplet: DF, B9 and 13. RGB value is (223,185,19). Sum of RGB (Red+Green+Blue) = 223+185+19=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB913 is #2046EC. Grayscale: #B2B2B2. Windows color (decimal): -2115309 or 1292767. OLE color: 1292767.

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

Color convert

RGB 223 185 19 -
CMYK 0 0.17 0.91 0.13
HSL 48.82º 0.84% 0.47% -
HSV(B) 48.82º 0.91% 0.87% -
XYZ 47.9 50.43 7.83 -
YUV 177.44 38.59 160.5 -
System Red Green Blue C M Y K H S L
Decimal 223 185 19 0 0.17 0.91 0.13 48.82 0.84 0.47
Hex DF B9 13 0 11 5B D 31 54 2F
Octal 337 271 23 0 21 133 15 61 124 57
Binary 11011111 10111001 10011 0 10001 1011011 1101 110001 1010100 101111

Color Harmonies of #DFB913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB913

Black with #DFB913

Text Example


Text Example

White with #DFB913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB913; }

 p { color: rgb(223,185,19); }

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

background-color css

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

 a { background-color: rgb(223,185,19); }

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

border-color css

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

 span { border-color: rgb(223,185,19); }

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