#DDBE34

Color #DDBE34 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #DDBE34

Tints of Bright Sun #DDBE34

Color information

#DDBE34 (or 0xDDBE34) is unknown color: approx Bright Sun. HEX triplet: DD, BE and 34. RGB value is (221,190,52). Sum of RGB (Red+Green+Blue) = 221+190+52=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE34 is #2241CB. Grayscale: #B8B8B8. Windows color (decimal): -2245068 or 3456733. OLE color: 3456733.

HSL color Cylindrical-coordinate representation of color #DDBE34: hue angle of 48.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDBE34 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22119052-
CMYK00.140.760.13
HSL48.99º71.31%53.53%-
HSV(B)48.99º76.47%86.67%-
XYZ48.8552.4510.8-
YUV183.5453.77154.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=47.73%
G=41.04%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211905200.140.760.1348.9971.3153.53
HexDDBE340E4CD314736
Octal33527664016114156110766
Binary110111011011111011010001110100110011011100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE34; }

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

 H1.HeaderClassName
 {
   color: #DDBE34;
 }
 .AnyTagClassName
 {
   color: #DDBE34;
 }
</style>
background-color css

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

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

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

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

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

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