Html Css Color HEX #DCD639 Starship

📋 copy color: '#DCD639'

red 220 ◦ green 214 ◦ blue 57

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

Shades of Starship #DCD639

Tints of Starship #DCD639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.61%

R = 44.81%
G = 43.58%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCD639 (or 0xDCD639) is known color: Starship. HEX triplet: DC, D6 and 39. RGB value is (220,214,57). Sum of RGB (Red+Green+Blue) = 220+214+57=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 57 (22.66% from 255 or 11.61% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD639 is #2329C6. Grayscale: #C6C6C6. Windows color (decimal): -2304455 or 3790556. OLE color: 3790556.

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

Color convert

RGB 220 214 57 -
CMYK 0 0.03 0.74 0.14
HSL 57.79º 0.7% 0.54% -
HSV(B) 57.79º 0.74% 0.86% -
XYZ 54.3 63.6 13.29 -
YUV 197.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 220 214 57 0 0.03 0.74 0.14 57.79 0.7 0.54
Hex DC D6 39 0 3 4A E 3A 46 36
Octal 334 326 71 0 3 112 16 72 106 66
Binary 11011100 11010110 111001 0 11 1001010 1110 111010 1000110 110110

Color Harmonies of #DCD639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD639

Black with #DCD639

Text Example


Text Example

White with #DCD639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD639; }

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

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

background-color css

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

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

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

border-color css

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

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

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