Html Css Color HEX #DFBC1E Sunflower

📋 copy color: '#DFBC1E'

red 223 ◦ green 188 ◦ blue 30

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

Shades of Sunflower #DFBC1E

Tints of Sunflower #DFBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.63%

 BLUE value IS 30 (12.11% from 255) = 6.8%

R = 50.57%
G = 42.63%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFBC1E (or 0xDFBC1E) is known color: Sunflower. HEX triplet: DF, BC and 1E. RGB value is (223,188,30). Sum of RGB (Red+Green+Blue) = 223+188+30=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBC1E is #2043E1. Grayscale: #B5B5B5. Windows color (decimal): -2114530 or 2014431. OLE color: 2014431.

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

Color convert

RGB 223 188 30 -
CMYK 0 0.16 0.87 0.13
HSL 49.12º 0.76% 0.5% -
HSV(B) 49.12º 0.87% 0.87% -
XYZ 48.65 51.75 8.65 -
YUV 180.45 43.1 158.35 -
System Red Green Blue C M Y K H S L
Decimal 223 188 30 0 0.16 0.87 0.13 49.12 0.76 0.5
Hex DF BC 1E 0 10 57 D 31 4C 32
Octal 337 274 36 0 20 127 15 61 114 62
Binary 11011111 10111100 11110 0 10000 1010111 1101 110001 1001100 110010

Color Harmonies of #DFBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC1E

Black with #DFBC1E

Text Example


Text Example

White with #DFBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC1E; }

 p { color: rgb(223,188,30); }

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

background-color css

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

 a { background-color: rgb(223,188,30); }

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

border-color css

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

 span { border-color: rgb(223,188,30); }

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