Html Css Color HEX #DCD631 Starship

📋 copy color: '#DCD631'

red 220 ◦ green 214 ◦ blue 49

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

Shades of Starship #DCD631

Tints of Starship #DCD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.14%

R = 45.55%
G = 44.31%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DCD631 (or 0xDCD631) is known color: Starship. HEX triplet: DC, D6 and 31. RGB value is (220,214,49). Sum of RGB (Red+Green+Blue) = 220+214+49=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD631 is #2329CE. Grayscale: #C5C5C5. Windows color (decimal): -2304463 or 3266268. OLE color: 3266268.

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

Color convert

RGB 220 214 49 -
CMYK 0 0.03 0.78 0.14
HSL 57.89º 0.71% 0.53% -
HSV(B) 57.89º 0.78% 0.86% -
XYZ 54.12 63.53 12.32 -
YUV 196.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 220 214 49 0 0.03 0.78 0.14 57.89 0.71 0.53
Hex DC D6 31 0 3 4E E 3A 47 35
Octal 334 326 61 0 3 116 16 72 107 65
Binary 11011100 11010110 110001 0 11 1001110 1110 111010 1000111 110101

Color Harmonies of #DCD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD631

Black with #DCD631

Text Example


Text Example

White with #DCD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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