#DDC230

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

Shades of Bright Sun #DDC230

Tints of Bright Sun #DDC230

Color information

#DDC230 (or 0xDDC230) is unknown color: approx Bright Sun. HEX triplet: DD, C2 and 30. RGB value is (221,194,48). Sum of RGB (Red+Green+Blue) = 221+194+48=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC230 is #223DCF. Grayscale: #BABABA. Windows color (decimal): -2244048 or 3195613. OLE color: 3195613.

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

Color convert

RGB22119448-
CMYK00.120.780.13
HSL50.64º71.78%52.75%-
HSV(B)50.64º78.28%86.67%-
XYZ49.6454.1710.64-
YUV185.4350.45153.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 194 (76.17% from 255) = 41.90%
BLUE value IS 48 (19.14% from 255) = 10.37%
R=47.73%
G=41.90%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211944800.120.780.1350.6471.7852.75
HexDDC2300C4ED334835
Octal33530260014116156311065
Binary110111011100001011000001100100111011011100111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC230; }

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

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

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

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

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

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

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

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