Html Css Color HEX #DDBE30 Bright Sun

📋 copy color: '#DDBE30'

red 221 ◦ green 190 ◦ blue 48

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

Shades of Bright Sun #DDBE30

Tints of Bright Sun #DDBE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.46%

R = 48.15%
G = 41.39%
B = 10.46%

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

#DDBE30 (or 0xDDBE30) is known color: Bright Sun. HEX triplet: DD, BE and 30. RGB value is (221,190,48). Sum of RGB (Red+Green+Blue) = 221+190+48=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE30 is #2241CF. Grayscale: #B7B7B7. Windows color (decimal): -2245072 or 3194589. OLE color: 3194589.

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

Color convert

RGB 221 190 48 -
CMYK 0 0.14 0.78 0.13
HSL 49.25º 0.72% 0.53% -
HSV(B) 49.25º 0.78% 0.87% -
XYZ 48.77 52.41 10.34 -
YUV 183.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 221 190 48 0 0.14 0.78 0.13 49.25 0.72 0.53
Hex DD BE 30 0 E 4E D 31 48 35
Octal 335 276 60 0 16 116 15 61 110 65
Binary 11011101 10111110 110000 0 1110 1001110 1101 110001 1001000 110101

Color Harmonies of #DDBE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE30

Black with #DDBE30

Text Example


Text Example

White with #DDBE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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