Html Css Color HEX #DFBE12 Sunflower

📋 copy color: '#DFBE12'

red 223 ◦ green 190 ◦ blue 18

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

Shades of Sunflower #DFBE12

Tints of Sunflower #DFBE12

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

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

R = 51.74%
G = 44.08%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFBE12 (or 0xDFBE12) is known color: Sunflower. HEX triplet: DF, BE and 12. RGB value is (223,190,18). Sum of RGB (Red+Green+Blue) = 223+190+18=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE12 is #2041ED. Grayscale: #B4B4B4. Windows color (decimal): -2114030 or 1228511. OLE color: 1228511.

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

Color convert

RGB 223 190 18 -
CMYK 0 0.15 0.92 0.13
HSL 50.34º 0.85% 0.47% -
HSV(B) 50.34º 0.92% 0.87% -
XYZ 48.95 52.56 8.14 -
YUV 180.26 36.43 158.49 -
System Red Green Blue C M Y K H S L
Decimal 223 190 18 0 0.15 0.92 0.13 50.34 0.85 0.47
Hex DF BE 12 0 F 5C D 32 55 2F
Octal 337 276 22 0 17 134 15 62 125 57
Binary 11011111 10111110 10010 0 1111 1011100 1101 110010 1010101 101111

Color Harmonies of #DFBE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE12

Black with #DFBE12

Text Example


Text Example

White with #DFBE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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