Html Css Color HEX #DFBE01 Sunflower

📋 copy color: '#DFBE01'

red 223 ◦ green 190 ◦ blue 1

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

Shades of Sunflower #DFBE01

Tints of Sunflower #DFBE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.86%
G = 45.89%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DFBE01 (or 0xDFBE01) is known color: Sunflower. HEX triplet: DF, BE and 01. RGB value is (223,190,1). Sum of RGB (Red+Green+Blue) = 223+190+1=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBE01 is #2041FE. Grayscale: #B3B3B3. Windows color (decimal): -2114047 or 114399. OLE color: 114399.

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

Color convert

RGB 223 190 1 -
CMYK 0 0.15 1.00 0.13
HSL 51.08º 0.99% 0.44% -
HSV(B) 51.08º 1% 0.87% -
XYZ 48.85 52.52 7.59 -
YUV 178.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 223 190 1 0 0.15 1.00 0.13 51.08 0.99 0.44
Hex DF BE 1 0 F 64 D 33 63 2C
Octal 337 276 1 0 17 144 15 63 143 54
Binary 11011111 10111110 1 0 1111 1100100 1101 110011 1100011 101100

Color Harmonies of #DFBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE01

Black with #DFBE01

Text Example


Text Example

White with #DFBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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