Html Css Color HEX #DCD740 Starship

📋 copy color: '#DCD740'

red 220 ◦ green 215 ◦ blue 64

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

Shades of Starship #DCD740

Tints of Starship #DCD740

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

 BLUE value IS 64 (25.39% from 255) = 12.83%

R = 44.09%
G = 43.09%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DCD740 (or 0xDCD740) is known color: Starship. HEX triplet: DC, D7 and 40. RGB value is (220,215,64). Sum of RGB (Red+Green+Blue) = 220+215+64=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD740 is #2328BF. Grayscale: #C7C7C7. Windows color (decimal): -2304192 or 4249564. OLE color: 4249564.

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

Color convert

RGB 220 215 64 -
CMYK 0 0.02 0.71 0.14
HSL 58.08º 0.69% 0.56% -
HSV(B) 58.08º 0.71% 0.86% -
XYZ 54.74 64.19 14.35 -
YUV 199.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 220 215 64 0 0.02 0.71 0.14 58.08 0.69 0.56
Hex DC D7 40 0 2 47 E 3A 45 38
Octal 334 327 100 0 2 107 16 72 105 70
Binary 11011100 11010111 1000000 0 10 1000111 1110 111010 1000101 111000

Color Harmonies of #DCD740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD740

Black with #DCD740

Text Example


Text Example

White with #DCD740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD740; }

 p { color: rgb(220,215,64); }

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

background-color css

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

 a { background-color: rgb(220,215,64); }

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

border-color css

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

 span { border-color: rgb(220,215,64); }

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