Html Css Color HEX #DCD53B Starship

📋 copy color: '#DCD53B'

red 220 ◦ green 213 ◦ blue 59

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

Shades of Starship #DCD53B

Tints of Starship #DCD53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.99%

R = 44.72%
G = 43.29%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCD53B (or 0xDCD53B) is known color: Starship. HEX triplet: DC, D5 and 3B. RGB value is (220,213,59). Sum of RGB (Red+Green+Blue) = 220+213+59=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD53B is #232AC4. Grayscale: #C6C6C6. Windows color (decimal): -2304709 or 3921372. OLE color: 3921372.

HSL color Cylindrical-coordinate representation of color #DCD53B: hue angle of 57.39º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD53B is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 59 -
CMYK 0 0.03 0.73 0.14
HSL 57.39º 0.7% 0.55% -
HSV(B) 57.39º 0.73% 0.86% -
XYZ 54.1 63.12 13.47 -
YUV 197.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 220 213 59 0 0.03 0.73 0.14 57.39 0.7 0.55
Hex DC D5 3B 0 3 49 E 39 46 37
Octal 334 325 73 0 3 111 16 71 106 67
Binary 11011100 11010101 111011 0 11 1001001 1110 111001 1000110 110111

Color Harmonies of #DCD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD53B

Black with #DCD53B

Text Example


Text Example

White with #DCD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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