Html Css Color HEX #DFB415 Sunflower

📋 copy color: '#DFB415'

red 223 ◦ green 180 ◦ blue 21

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

Shades of Sunflower #DFB415

Tints of Sunflower #DFB415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 52.59%
G = 42.45%
B = 4.95%

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

#DFB415 (or 0xDFB415) is known color: Sunflower. HEX triplet: DF, B4 and 15. RGB value is (223,180,21). Sum of RGB (Red+Green+Blue) = 223+180+21=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB415 is #204BEA. Grayscale: #AFAFAF. Windows color (decimal): -2116587 or 1422559. OLE color: 1422559.

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

Color convert

RGB 223 180 21 -
CMYK 0 0.19 0.91 0.13
HSL 47.23º 0.83% 0.48% -
HSV(B) 47.23º 0.91% 0.87% -
XYZ 46.89 48.38 7.58 -
YUV 174.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 223 180 21 0 0.19 0.91 0.13 47.23 0.83 0.48
Hex DF B4 15 0 13 5B D 2F 53 30
Octal 337 264 25 0 23 133 15 57 123 60
Binary 11011111 10110100 10101 0 10011 1011011 1101 101111 1010011 110000

Color Harmonies of #DFB415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB415

Black with #DFB415

Text Example


Text Example

White with #DFB415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB415; }

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

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

background-color css

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

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

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

border-color css

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

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

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