Html Css Color HEX #DFBE10 Sunflower

📋 copy color: '#DFBE10'

red 223 ◦ green 190 ◦ blue 16

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

Shades of Sunflower #DFBE10

Tints of Sunflower #DFBE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 51.98%
G = 44.29%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFBE10 (or 0xDFBE10) is known color: Sunflower. HEX triplet: DF, BE and 10. RGB value is (223,190,16). Sum of RGB (Red+Green+Blue) = 223+190+16=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE10 is #2041EF. Grayscale: #B4B4B4. Windows color (decimal): -2114032 or 1097439. OLE color: 1097439.

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

Color convert

RGB 223 190 16 -
CMYK 0 0.15 0.93 0.13
HSL 50.43º 0.87% 0.47% -
HSV(B) 50.43º 0.93% 0.87% -
XYZ 48.94 52.55 8.05 -
YUV 180.03 35.43 158.65 -
System Red Green Blue C M Y K H S L
Decimal 223 190 16 0 0.15 0.93 0.13 50.43 0.87 0.47
Hex DF BE 10 0 F 5D D 32 57 2F
Octal 337 276 20 0 17 135 15 62 127 57
Binary 11011111 10111110 10000 0 1111 1011101 1101 110010 1010111 101111

Color Harmonies of #DFBE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE10

Black with #DFBE10

Text Example


Text Example

White with #DFBE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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