Html Css Color HEX #DDBE31 Bright Sun

📋 copy color: '#DDBE31'

red 221 ◦ green 190 ◦ blue 49

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

Shades of Bright Sun #DDBE31

Tints of Bright Sun #DDBE31

RGB

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

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

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

R = 48.04%
G = 41.3%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DDBE31 (or 0xDDBE31) is known color: Bright Sun. HEX triplet: DD, BE and 31. RGB value is (221,190,49). Sum of RGB (Red+Green+Blue) = 221+190+49=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE31 is #2241CE. Grayscale: #B7B7B7. Windows color (decimal): -2245071 or 3260125. OLE color: 3260125.

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

Color convert

RGB 221 190 49 -
CMYK 0 0.14 0.78 0.13
HSL 49.19º 0.72% 0.53% -
HSV(B) 49.19º 0.78% 0.87% -
XYZ 48.79 52.42 10.45 -
YUV 183.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 221 190 49 0 0.14 0.78 0.13 49.19 0.72 0.53
Hex DD BE 31 0 E 4E D 31 48 35
Octal 335 276 61 0 16 116 15 61 110 65
Binary 11011101 10111110 110001 0 1110 1001110 1101 110001 1001000 110101

Color Harmonies of #DDBE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE31

Black with #DDBE31

Text Example


Text Example

White with #DDBE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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