Html Css Color HEX #DCD538 Starship

📋 copy color: '#DCD538'

red 220 ◦ green 213 ◦ blue 56

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

Shades of Starship #DCD538

Tints of Starship #DCD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.45%

R = 44.99%
G = 43.56%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCD538 (or 0xDCD538) is known color: Starship. HEX triplet: DC, D5 and 38. RGB value is (220,213,56). Sum of RGB (Red+Green+Blue) = 220+213+56=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 56 (22.27% from 255 or 11.45% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD538 is #232AC7. Grayscale: #C5C5C5. Windows color (decimal): -2304712 or 3724764. OLE color: 3724764.

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

Color convert

RGB 220 213 56 -
CMYK 0 0.03 0.75 0.14
HSL 57.44º 0.7% 0.54% -
HSV(B) 57.44º 0.75% 0.86% -
XYZ 54.02 63.09 13.07 -
YUV 197.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 220 213 56 0 0.03 0.75 0.14 57.44 0.7 0.54
Hex DC D5 38 0 3 4B E 39 46 36
Octal 334 325 70 0 3 113 16 71 106 66
Binary 11011100 11010101 111000 0 11 1001011 1110 111001 1000110 110110

Color Harmonies of #DCD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD538

Black with #DCD538

Text Example


Text Example

White with #DCD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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