Html Css Color HEX #DDC131 Bright Sun

📋 copy color: '#DDC131'

red 221 ◦ green 193 ◦ blue 49

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

Shades of Bright Sun #DDC131

Tints of Bright Sun #DDC131

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

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

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

R = 47.73%
G = 41.68%
B = 10.58%

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

#DDC131 (or 0xDDC131) is known color: Bright Sun. HEX triplet: DD, C1 and 31. RGB value is (221,193,49). Sum of RGB (Red+Green+Blue) = 221+193+49=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC131 is #223ECE. Grayscale: #B9B9B9. Windows color (decimal): -2244303 or 3260893. OLE color: 3260893.

HSL color Cylindrical-coordinate representation of color #DDC131: hue angle of 50.23º degrees, saturation: 0.72, 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 #DDC131 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 49 -
CMYK 0 0.13 0.78 0.13
HSL 50.23º 0.72% 0.53% -
HSV(B) 50.23º 0.78% 0.87% -
XYZ 49.44 53.73 10.67 -
YUV 184.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 221 193 49 0 0.13 0.78 0.13 50.23 0.72 0.53
Hex DD C1 31 0 D 4E D 32 48 35
Octal 335 301 61 0 15 116 15 62 110 65
Binary 11011101 11000001 110001 0 1101 1001110 1101 110010 1001000 110101

Color Harmonies of #DDC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC131

Black with #DDC131

Text Example


Text Example

White with #DDC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC131; }

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

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

background-color css

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

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

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

border-color css

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

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

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