Html Css Color HEX #DFB312 Sunflower

📋 copy color: '#DFB312'

red 223 ◦ green 179 ◦ blue 18

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

Shades of Sunflower #DFB312

Tints of Sunflower #DFB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

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

R = 53.1%
G = 42.62%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFB312 (or 0xDFB312) is known color: Sunflower. HEX triplet: DF, B3 and 12. RGB value is (223,179,18). Sum of RGB (Red+Green+Blue) = 223+179+18=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB312 is #204CED. Grayscale: #AEAEAE. Windows color (decimal): -2116846 or 1225695. OLE color: 1225695.

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

Color convert

RGB 223 179 18 -
CMYK 0 0.20 0.92 0.13
HSL 47.12º 0.85% 0.47% -
HSV(B) 47.12º 0.92% 0.87% -
XYZ 46.66 47.97 7.37 -
YUV 173.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 223 179 18 0 0.20 0.92 0.13 47.12 0.85 0.47
Hex DF B3 12 0 14 5C D 2F 55 2F
Octal 337 263 22 0 24 134 15 57 125 57
Binary 11011111 10110011 10010 0 10100 1011100 1101 101111 1010101 101111

Color Harmonies of #DFB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB312

Black with #DFB312

Text Example


Text Example

White with #DFB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB312; }

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

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

background-color css

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

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

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

border-color css

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

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

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