Html Css Color HEX #DCDA47 Starship

📋 copy color: '#DCDA47'

red 220 ◦ green 218 ◦ blue 71

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

Shades of Starship #DCDA47

Tints of Starship #DCDA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.95%

R = 43.22%
G = 42.83%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DCDA47 (or 0xDCDA47) is known color: Starship. HEX triplet: DC, DA and 47. RGB value is (220,218,71). Sum of RGB (Red+Green+Blue) = 220+218+71=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 71 (28.12% from 255 or 13.95% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA47 is #2325B8. Grayscale: #CACACA. Windows color (decimal): -2303417 or 4709084. OLE color: 4709084.

HSL color Cylindrical-coordinate representation of color #DCDA47: hue angle of 59.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDA47 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 71 -
CMYK 0 0.01 0.68 0.14
HSL 59.19º 0.68% 0.57% -
HSV(B) 59.19º 0.68% 0.86% -
XYZ 55.72 65.81 15.73 -
YUV 201.84 54.16 140.95 -
System Red Green Blue C M Y K H S L
Decimal 220 218 71 0 0.01 0.68 0.14 59.19 0.68 0.57
Hex DC DA 47 0 1 44 E 3B 44 39
Octal 334 332 107 0 1 104 16 73 104 71
Binary 11011100 11011010 1000111 0 1 1000100 1110 111011 1000100 111001

Color Harmonies of #DCDA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA47

Black with #DCDA47

Text Example


Text Example

White with #DCDA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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