Html Css Color HEX #DCD73C Starship

📋 copy color: '#DCD73C'

red 220 ◦ green 215 ◦ blue 60

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

Shades of Starship #DCD73C

Tints of Starship #DCD73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 44.44%
G = 43.43%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCD73C (or 0xDCD73C) is known color: Starship. HEX triplet: DC, D7 and 3C. RGB value is (220,215,60). Sum of RGB (Red+Green+Blue) = 220+215+60=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD73C is #2328C3. Grayscale: #C7C7C7. Windows color (decimal): -2304196 or 3987420. OLE color: 3987420.

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

Color convert

RGB 220 215 60 -
CMYK 0 0.02 0.73 0.14
HSL 58.13º 0.7% 0.55% -
HSV(B) 58.13º 0.73% 0.86% -
XYZ 54.63 64.14 13.78 -
YUV 198.83 49.66 143.1 -
System Red Green Blue C M Y K H S L
Decimal 220 215 60 0 0.02 0.73 0.14 58.13 0.7 0.55
Hex DC D7 3C 0 2 49 E 3A 46 37
Octal 334 327 74 0 2 111 16 72 106 67
Binary 11011100 11010111 111100 0 10 1001001 1110 111010 1000110 110111

Color Harmonies of #DCD73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD73C

Black with #DCD73C

Text Example


Text Example

White with #DCD73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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