Html Css Color HEX #DCD532 Starship

📋 copy color: '#DCD532'

red 220 ◦ green 213 ◦ blue 50

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

Shades of Starship #DCD532

Tints of Starship #DCD532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 45.55%
G = 44.1%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCD532 (or 0xDCD532) is known color: Starship. HEX triplet: DC, D5 and 32. RGB value is (220,213,50). Sum of RGB (Red+Green+Blue) = 220+213+50=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD532 is #232ACD. Grayscale: #C5C5C5. Windows color (decimal): -2304718 or 3331548. OLE color: 3331548.

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

Color convert

RGB 220 213 50 -
CMYK 0 0.03 0.77 0.14
HSL 57.53º 0.71% 0.53% -
HSV(B) 57.53º 0.77% 0.86% -
XYZ 53.89 63.03 12.34 -
YUV 196.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 220 213 50 0 0.03 0.77 0.14 57.53 0.71 0.53
Hex DC D5 32 0 3 4D E 3A 47 35
Octal 334 325 62 0 3 115 16 72 107 65
Binary 11011100 11010101 110010 0 11 1001101 1110 111010 1000111 110101

Color Harmonies of #DCD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD532

Black with #DCD532

Text Example


Text Example

White with #DCD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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