Html Css Color HEX #DCD332 Starship

📋 copy color: '#DCD332'

red 220 ◦ green 211 ◦ blue 50

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

Shades of Starship #DCD332

Tints of Starship #DCD332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.4%

R = 45.74%
G = 43.87%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCD332 (or 0xDCD332) is known color: Starship. HEX triplet: DC, D3 and 32. RGB value is (220,211,50). Sum of RGB (Red+Green+Blue) = 220+211+50=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD332 is #232CCD. Grayscale: #C3C3C3. Windows color (decimal): -2305230 or 3331036. OLE color: 3331036.

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

Color convert

RGB 220 211 50 -
CMYK 0 0.04 0.77 0.14
HSL 56.82º 0.71% 0.53% -
HSV(B) 56.82º 0.77% 0.86% -
XYZ 53.39 62.03 12.18 -
YUV 195.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 220 211 50 0 0.04 0.77 0.14 56.82 0.71 0.53
Hex DC D3 32 0 4 4D E 39 47 35
Octal 334 323 62 0 4 115 16 71 107 65
Binary 11011100 11010011 110010 0 100 1001101 1110 111001 1000111 110101

Color Harmonies of #DCD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD332

Black with #DCD332

Text Example


Text Example

White with #DCD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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