Html Css Color HEX #DCDA3C Starship

📋 copy color: '#DCDA3C'

red 220 ◦ green 218 ◦ blue 60

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

Shades of Starship #DCDA3C

Tints of Starship #DCDA3C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.78%

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

R = 44.18%
G = 43.78%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DCDA3C (or 0xDCDA3C) is known color: Starship. HEX triplet: DC, DA and 3C. RGB value is (220,218,60). Sum of RGB (Red+Green+Blue) = 220+218+60=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA3C is #2325C3. Grayscale: #C9C9C9. Windows color (decimal): -2303428 or 3988188. OLE color: 3988188.

HSL color Cylindrical-coordinate representation of color #DCDA3C: hue angle of 59.25º 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 #DCDA3C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 60 -
CMYK 0 0.01 0.73 0.14
HSL 59.25º 0.7% 0.55% -
HSV(B) 59.25º 0.73% 0.86% -
XYZ 55.4 65.68 14.03 -
YUV 200.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 220 218 60 0 0.01 0.73 0.14 59.25 0.7 0.55
Hex DC DA 3C 0 1 49 E 3B 46 37
Octal 334 332 74 0 1 111 16 73 106 67
Binary 11011100 11011010 111100 0 1 1001001 1110 111011 1000110 110111

Color Harmonies of #DCDA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA3C

Black with #DCDA3C

Text Example


Text Example

White with #DCDA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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