Html Css Color HEX #DCD637 Starship

📋 copy color: '#DCD637'

red 220 ◦ green 214 ◦ blue 55

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

Shades of Starship #DCD637

Tints of Starship #DCD637

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

 BLUE value IS 55 (21.88% from 255) = 11.25%

R = 44.99%
G = 43.76%
B = 11.25%

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

#DCD637 (or 0xDCD637) is known color: Starship. HEX triplet: DC, D6 and 37. RGB value is (220,214,55). Sum of RGB (Red+Green+Blue) = 220+214+55=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD637 is #2329C8. Grayscale: #C6C6C6. Windows color (decimal): -2304457 or 3659484. OLE color: 3659484.

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

Color convert

RGB 220 214 55 -
CMYK 0 0.03 0.75 0.14
HSL 57.82º 0.7% 0.54% -
HSV(B) 57.82º 0.75% 0.86% -
XYZ 54.25 63.58 13.03 -
YUV 197.67 47.49 143.93 -
System Red Green Blue C M Y K H S L
Decimal 220 214 55 0 0.03 0.75 0.14 57.82 0.7 0.54
Hex DC D6 37 0 3 4B E 3A 46 36
Octal 334 326 67 0 3 113 16 72 106 66
Binary 11011100 11010110 110111 0 11 1001011 1110 111010 1000110 110110

Color Harmonies of #DCD637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD637

Black with #DCD637

Text Example


Text Example

White with #DCD637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD637; }

 p { color: rgb(220,214,55); }

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

background-color css

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

 a { background-color: rgb(220,214,55); }

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

border-color css

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

 span { border-color: rgb(220,214,55); }

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