Html Css Color HEX #DCD53F Starship

📋 copy color: '#DCD53F'

red 220 ◦ green 213 ◦ blue 63

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

Shades of Starship #DCD53F

Tints of Starship #DCD53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.7%

R = 44.35%
G = 42.94%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD53F (or 0xDCD53F) is known color: Starship. HEX triplet: DC, D5 and 3F. RGB value is (220,213,63). Sum of RGB (Red+Green+Blue) = 220+213+63=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD53F is #232AC0. Grayscale: #C6C6C6. Windows color (decimal): -2304705 or 4183516. OLE color: 4183516.

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

Color convert

RGB 220 213 63 -
CMYK 0 0.03 0.71 0.14
HSL 57.32º 0.69% 0.55% -
HSV(B) 57.32º 0.71% 0.86% -
XYZ 54.21 63.16 14.04 -
YUV 197.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 220 213 63 0 0.03 0.71 0.14 57.32 0.69 0.55
Hex DC D5 3F 0 3 47 E 39 45 37
Octal 334 325 77 0 3 107 16 71 105 67
Binary 11011100 11010101 111111 0 11 1000111 1110 111001 1000101 110111

Color Harmonies of #DCD53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD53F

Black with #DCD53F

Text Example


Text Example

White with #DCD53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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