Html Css Color HEX #DCD641 Starship

📋 copy color: '#DCD641'

red 220 ◦ green 214 ◦ blue 65

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

Shades of Starship #DCD641

Tints of Starship #DCD641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.03%

R = 44.09%
G = 42.89%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCD641 (or 0xDCD641) is known color: Starship. HEX triplet: DC, D6 and 41. RGB value is (220,214,65). Sum of RGB (Red+Green+Blue) = 220+214+65=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD641 is #2329BE. Grayscale: #C7C7C7. Windows color (decimal): -2304447 or 4314844. OLE color: 4314844.

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

Color convert

RGB 220 214 65 -
CMYK 0 0.03 0.70 0.14
HSL 57.68º 0.69% 0.56% -
HSV(B) 57.68º 0.7% 0.86% -
XYZ 54.52 63.69 14.42 -
YUV 198.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 220 214 65 0 0.03 0.70 0.14 57.68 0.69 0.56
Hex DC D6 41 0 3 46 E 3A 45 38
Octal 334 326 101 0 3 106 16 72 105 70
Binary 11011100 11010110 1000001 0 11 1000110 1110 111010 1000101 111000

Color Harmonies of #DCD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD641

Black with #DCD641

Text Example


Text Example

White with #DCD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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