Html Css Color HEX #DFC131 Bright Sun

📋 copy color: '#DFC131'

red 223 ◦ green 193 ◦ blue 49

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

Shades of Bright Sun #DFC131

Tints of Bright Sun #DFC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 47.96%
G = 41.51%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFC131 (or 0xDFC131) is known color: Bright Sun. HEX triplet: DF, C1 and 31. RGB value is (223,193,49). Sum of RGB (Red+Green+Blue) = 223+193+49=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC131 is #203ECE. Grayscale: #BABABA. Windows color (decimal): -2113231 or 3260895. OLE color: 3260895.

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

Color convert

RGB 223 193 49 -
CMYK 0 0.13 0.78 0.13
HSL 49.66º 0.73% 0.53% -
HSV(B) 49.66º 0.78% 0.87% -
XYZ 50.06 54.05 10.7 -
YUV 185.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 223 193 49 0 0.13 0.78 0.13 49.66 0.73 0.53
Hex DF C1 31 0 D 4E D 32 49 35
Octal 337 301 61 0 15 116 15 62 111 65
Binary 11011111 11000001 110001 0 1101 1001110 1101 110010 1001001 110101

Color Harmonies of #DFC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC131

Black with #DFC131

Text Example


Text Example

White with #DFC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC131; }

 p { color: rgb(223,193,49); }

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

background-color css

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

 a { background-color: rgb(223,193,49); }

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

border-color css

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

 span { border-color: rgb(223,193,49); }

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