Html Css Color HEX #DCD730 Starship

📋 copy color: '#DCD730'

red 220 ◦ green 215 ◦ blue 48

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

Shades of Starship #DCD730

Tints of Starship #DCD730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

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

R = 45.55%
G = 44.51%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD730 (or 0xDCD730) is known color: Starship. HEX triplet: DC, D7 and 30. RGB value is (220,215,48). Sum of RGB (Red+Green+Blue) = 220+215+48=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD730 is #2328CF. Grayscale: #C6C6C6. Windows color (decimal): -2304208 or 3200988. OLE color: 3200988.

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

Color convert

RGB 220 215 48 -
CMYK 0 0.02 0.78 0.14
HSL 58.26º 0.71% 0.53% -
HSV(B) 58.26º 0.78% 0.86% -
XYZ 54.35 64.03 12.29 -
YUV 197.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 220 215 48 0 0.02 0.78 0.14 58.26 0.71 0.53
Hex DC D7 30 0 2 4E E 3A 47 35
Octal 334 327 60 0 2 116 16 72 107 65
Binary 11011100 11010111 110000 0 10 1001110 1110 111010 1000111 110101

Color Harmonies of #DCD730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD730

Black with #DCD730

Text Example


Text Example

White with #DCD730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD730; }

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

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

background-color css

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

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

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

border-color css

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

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

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