Html Css Color HEX #DFBE1B Sunflower

📋 copy color: '#DFBE1B'

red 223 ◦ green 190 ◦ blue 27

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

Shades of Sunflower #DFBE1B

Tints of Sunflower #DFBE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.14%

R = 50.68%
G = 43.18%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFBE1B (or 0xDFBE1B) is known color: Sunflower. HEX triplet: DF, BE and 1B. RGB value is (223,190,27). Sum of RGB (Red+Green+Blue) = 223+190+27=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE1B is #2041E4. Grayscale: #B5B5B5. Windows color (decimal): -2114021 or 1818335. OLE color: 1818335.

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

Color convert

RGB 223 190 27 -
CMYK 0 0.15 0.88 0.13
HSL 49.9º 0.78% 0.49% -
HSV(B) 49.9º 0.88% 0.87% -
XYZ 49.04 52.59 8.6 -
YUV 181.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 223 190 27 0 0.15 0.88 0.13 49.9 0.78 0.49
Hex DF BE 1B 0 F 58 D 32 4E 31
Octal 337 276 33 0 17 130 15 62 116 61
Binary 11011111 10111110 11011 0 1111 1011000 1101 110010 1001110 110001

Color Harmonies of #DFBE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE1B

Black with #DFBE1B

Text Example


Text Example

White with #DFBE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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