Html Css Color HEX #DCD330 Starship

📋 copy color: '#DCD330'

red 220 ◦ green 211 ◦ blue 48

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

Shades of Starship #DCD330

Tints of Starship #DCD330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

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

R = 45.93%
G = 44.05%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD330 (or 0xDCD330) is known color: Starship. HEX triplet: DC, D3 and 30. RGB value is (220,211,48). Sum of RGB (Red+Green+Blue) = 220+211+48=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD330 is #232CCF. Grayscale: #C3C3C3. Windows color (decimal): -2305232 or 3199964. OLE color: 3199964.

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

Color convert

RGB 220 211 48 -
CMYK 0 0.04 0.78 0.14
HSL 56.86º 0.71% 0.53% -
HSV(B) 56.86º 0.78% 0.86% -
XYZ 53.34 62.02 11.96 -
YUV 195.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 220 211 48 0 0.04 0.78 0.14 56.86 0.71 0.53
Hex DC D3 30 0 4 4E E 39 47 35
Octal 334 323 60 0 4 116 16 71 107 65
Binary 11011100 11010011 110000 0 100 1001110 1110 111001 1000111 110101

Color Harmonies of #DCD330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD330

Black with #DCD330

Text Example


Text Example

White with #DCD330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD330; }

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

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

background-color css

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

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

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

border-color css

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

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

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