Html Css Color HEX #DFBE2F Bright Sun

📋 copy color: '#DFBE2F'

red 223 ◦ green 190 ◦ blue 47

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

Shades of Bright Sun #DFBE2F

Tints of Bright Sun #DFBE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.22%

R = 48.48%
G = 41.3%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFBE2F (or 0xDFBE2F) is known color: Bright Sun. HEX triplet: DF, BE and 2F. RGB value is (223,190,47). Sum of RGB (Red+Green+Blue) = 223+190+47=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE2F is #2041D0. Grayscale: #B8B8B8. Windows color (decimal): -2114001 or 3129055. OLE color: 3129055.

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

Color convert

RGB 223 190 47 -
CMYK 0 0.15 0.79 0.13
HSL 48.75º 0.73% 0.53% -
HSV(B) 48.75º 0.79% 0.87% -
XYZ 49.36 52.72 10.26 -
YUV 183.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 223 190 47 0 0.15 0.79 0.13 48.75 0.73 0.53
Hex DF BE 2F 0 F 4F D 31 49 35
Octal 337 276 57 0 17 117 15 61 111 65
Binary 11011111 10111110 101111 0 1111 1001111 1101 110001 1001001 110101

Color Harmonies of #DFBE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE2F

Black with #DFBE2F

Text Example


Text Example

White with #DFBE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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