Html Css Color HEX #DFB412 Sunflower

📋 copy color: '#DFB412'

red 223 ◦ green 180 ◦ blue 18

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

Shades of Sunflower #DFB412

Tints of Sunflower #DFB412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 52.97%
G = 42.76%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFB412 (or 0xDFB412) is known color: Sunflower. HEX triplet: DF, B4 and 12. RGB value is (223,180,18). Sum of RGB (Red+Green+Blue) = 223+180+18=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB412 is #204BED. Grayscale: #AFAFAF. Windows color (decimal): -2116590 or 1225951. OLE color: 1225951.

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

Color convert

RGB 223 180 18 -
CMYK 0 0.19 0.92 0.13
HSL 47.41º 0.85% 0.47% -
HSV(B) 47.41º 0.92% 0.87% -
XYZ 46.86 48.37 7.44 -
YUV 174.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 223 180 18 0 0.19 0.92 0.13 47.41 0.85 0.47
Hex DF B4 12 0 13 5C D 2F 55 2F
Octal 337 264 22 0 23 134 15 57 125 57
Binary 11011111 10110100 10010 0 10011 1011100 1101 101111 1010101 101111

Color Harmonies of #DFB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB412

Black with #DFB412

Text Example


Text Example

White with #DFB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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