Html Css Color HEX #DFB912 Sunflower

📋 copy color: '#DFB912'

red 223 ◦ green 185 ◦ blue 18

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

Shades of Sunflower #DFB912

Tints of Sunflower #DFB912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 52.35%
G = 43.43%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFB912 (or 0xDFB912) is known color: Sunflower. HEX triplet: DF, B9 and 12. RGB value is (223,185,18). Sum of RGB (Red+Green+Blue) = 223+185+18=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB912 is #2046ED. Grayscale: #B2B2B2. Windows color (decimal): -2115310 or 1227231. OLE color: 1227231.

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

Color convert

RGB 223 185 18 -
CMYK 0 0.17 0.92 0.13
HSL 48.88º 0.85% 0.47% -
HSV(B) 48.88º 0.92% 0.87% -
XYZ 47.89 50.43 7.78 -
YUV 177.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 223 185 18 0 0.17 0.92 0.13 48.88 0.85 0.47
Hex DF B9 12 0 11 5C D 31 55 2F
Octal 337 271 22 0 21 134 15 61 125 57
Binary 11011111 10111001 10010 0 10001 1011100 1101 110001 1010101 101111

Color Harmonies of #DFB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB912

Black with #DFB912

Text Example


Text Example

White with #DFB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB912; }

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

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

background-color css

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

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

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

border-color css

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

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

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