Html Css Color HEX #DFB712 Sunflower

📋 copy color: '#DFB712'

red 223 ◦ green 183 ◦ blue 18

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

Shades of Sunflower #DFB712

Tints of Sunflower #DFB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 52.59%
G = 43.16%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFB712 (or 0xDFB712) is known color: Sunflower. HEX triplet: DF, B7 and 12. RGB value is (223,183,18). Sum of RGB (Red+Green+Blue) = 223+183+18=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB712 is #2048ED. Grayscale: #B0B0B0. Windows color (decimal): -2115822 or 1226719. OLE color: 1226719.

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

Color convert

RGB 223 183 18 -
CMYK 0 0.18 0.92 0.13
HSL 48.29º 0.85% 0.47% -
HSV(B) 48.29º 0.92% 0.87% -
XYZ 47.47 49.6 7.64 -
YUV 176.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 223 183 18 0 0.18 0.92 0.13 48.29 0.85 0.47
Hex DF B7 12 0 12 5C D 30 55 2F
Octal 337 267 22 0 22 134 15 60 125 57
Binary 11011111 10110111 10010 0 10010 1011100 1101 110000 1010101 101111

Color Harmonies of #DFB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB712

Black with #DFB712

Text Example


Text Example

White with #DFB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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