Html Css Color HEX #DCDA46 Starship

📋 copy color: '#DCDA46'

red 220 ◦ green 218 ◦ blue 70

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

Shades of Starship #DCDA46

Tints of Starship #DCDA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.78%

R = 43.31%
G = 42.91%
B = 13.78%

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

#DCDA46 (or 0xDCDA46) is known color: Starship. HEX triplet: DC, DA and 46. RGB value is (220,218,70). Sum of RGB (Red+Green+Blue) = 220+218+70=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA46 is #2325B9. Grayscale: #CACACA. Windows color (decimal): -2303418 or 4643548. OLE color: 4643548.

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

Color convert

RGB 220 218 70 -
CMYK 0 0.01 0.68 0.14
HSL 59.2º 0.68% 0.57% -
HSV(B) 59.2º 0.68% 0.86% -
XYZ 55.69 65.8 15.56 -
YUV 201.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 220 218 70 0 0.01 0.68 0.14 59.2 0.68 0.57
Hex DC DA 46 0 1 44 E 3B 44 39
Octal 334 332 106 0 1 104 16 73 104 71
Binary 11011100 11011010 1000110 0 1 1000100 1110 111011 1000100 111001

Color Harmonies of #DCDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA46

Black with #DCDA46

Text Example


Text Example

White with #DCDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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