Html Css Color HEX #DCC030 Bright Sun

📋 copy color: '#DCC030'

red 220 ◦ green 192 ◦ blue 48

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

Shades of Bright Sun #DCC030

Tints of Bright Sun #DCC030

RGB

 RED value IS 220 (86.33% from 255) = 47.83%

 GREEN value IS 192 (75.39% from 255) = 41.74%

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

R = 47.83%
G = 41.74%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCC030 (or 0xDCC030) is known color: Bright Sun. HEX triplet: DC, C0 and 30. RGB value is (220,192,48). Sum of RGB (Red+Green+Blue) = 220+192+48=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC030 is #233FCF. Grayscale: #B8B8B8. Windows color (decimal): -2310096 or 3195100. OLE color: 3195100.

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

Color convert

RGB 220 192 48 -
CMYK 0 0.13 0.78 0.14
HSL 50.23º 0.71% 0.53% -
HSV(B) 50.23º 0.78% 0.86% -
XYZ 48.9 53.13 10.47 -
YUV 183.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 220 192 48 0 0.13 0.78 0.14 50.23 0.71 0.53
Hex DC C0 30 0 D 4E E 32 47 35
Octal 334 300 60 0 15 116 16 62 107 65
Binary 11011100 11000000 110000 0 1101 1001110 1110 110010 1000111 110101

Color Harmonies of #DCC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC030

Black with #DCC030

Text Example


Text Example

White with #DCC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC030; }

 p { color: rgb(220,192,48); }

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

background-color css

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

 a { background-color: rgb(220,192,48); }

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

border-color css

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

 span { border-color: rgb(220,192,48); }

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