Html Css Color HEX #DFB413 Sunflower

📋 copy color: '#DFB413'

red 223 ◦ green 180 ◦ blue 19

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

Shades of Sunflower #DFB413

Tints of Sunflower #DFB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

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

R = 52.84%
G = 42.65%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB413 (or 0xDFB413) is known color: Sunflower. HEX triplet: DF, B4 and 13. RGB value is (223,180,19). Sum of RGB (Red+Green+Blue) = 223+180+19=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB413 is #204BEC. Grayscale: #AFAFAF. Windows color (decimal): -2116589 or 1291487. OLE color: 1291487.

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

Color convert

RGB 223 180 19 -
CMYK 0 0.19 0.91 0.13
HSL 47.35º 0.84% 0.47% -
HSV(B) 47.35º 0.91% 0.87% -
XYZ 46.87 48.38 7.48 -
YUV 174.5 40.25 162.59 -
System Red Green Blue C M Y K H S L
Decimal 223 180 19 0 0.19 0.91 0.13 47.35 0.84 0.47
Hex DF B4 13 0 13 5B D 2F 54 2F
Octal 337 264 23 0 23 133 15 57 124 57
Binary 11011111 10110100 10011 0 10011 1011011 1101 101111 1010100 101111

Color Harmonies of #DFB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB413

Black with #DFB413

Text Example


Text Example

White with #DFB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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